Html Css Color HEX #778B01 Olive

📋 copy color: '#778B01'

red 119 ◦ green 139 ◦ blue 1

#778B01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #778B01

Tints of Olive #778B01

RGB

 RED value IS 119 (46.88% from 255) = 45.95%

 GREEN value IS 139 (54.69% from 255) = 53.67%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 45.95%
G = 53.67%
B = 0.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#778B01 (or 0x778B01) is known color: Olive. HEX triplet: 77, 8B and 01. RGB value is (119,139,1). Sum of RGB (Red+Green+Blue) = 119+139+1=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 139 (54.69% from 255 or 53.67% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 139 - color contains mainly: green. Hex color #778B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778B01 is #8874FE. Grayscale: #757575. Windows color (decimal): -8942847 or 101239. OLE color: 101239.

HSL color Cylindrical-coordinate representation of color #778B01: hue angle of 68.7º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #778B01 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 139 1 -
CMYK 0.14 0 0.99 0.45
HSL 68.7º 0.99% 0.27% -
HSV(B) 68.7º 0.99% 0.55% -
XYZ 16.85 22.39 3.46 -
YUV 117.29 62.37 129.22 -
System Red Green Blue C M Y K H S L
Decimal 119 139 1 0.14 0 0.99 0.45 68.7 0.99 0.27
Hex 77 8B 1 E 0 63 2D 45 63 1B
Octal 167 213 1 16 0 143 55 105 143 33
Binary 1110111 10001011 1 1110 0 1100011 101101 1000101 1100011 11011

Color Harmonies of #778B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778B01

Black with #778B01

Text Example


Text Example

White with #778B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778B01; }

 p { color: rgb(119,139,1); }

 H1.HeaderClassName
 {
   color: #778B01;
 }
 .AnyTagClassName
 {
   color: #778B01;
 }
</style>

background-color css

<style>
 a { background-color: #778B01; }

 a { background-color: rgb(119,139,1); }

 div.DivClassName
 {
   background-color: #778B01;
 }
 .BgClassName
 {
   background-color: #778B01;
 }
</style>

border-color css

<style>
 span { border-color: #778B01; }

 span { border-color: rgb(119,139,1); }

 td.TdClassName
 {
   border-color: #778B01;
 }
 .TagClassName
 {
   border-color: #778B01;
 }
</style>