Html Css Color HEX #779006 Olive

📋 copy color: '#779006'

red 119 ◦ green 144 ◦ blue 6

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

Shades of Olive #779006

Tints of Olive #779006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.53%

 BLUE value IS 6 (2.73% from 255) = 2.23%

R = 44.24%
G = 53.53%
B = 2.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#779006 (or 0x779006) is known color: Olive. HEX triplet: 77, 90 and 06. RGB value is (119,144,6). Sum of RGB (Red+Green+Blue) = 119+144+6=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #779006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779006 is #886FF9. Grayscale: #797979. Windows color (decimal): -8941562 or 430199. OLE color: 430199.

HSL color Cylindrical-coordinate representation of color #779006: hue angle of 70.87º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #779006 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 144 6 -
CMYK 0.17 0 0.96 0.44
HSL 70.87º 0.92% 0.29% -
HSV(B) 70.87º 0.96% 0.56% -
XYZ 17.61 23.88 3.85 -
YUV 120.79 63.22 126.72 -
System Red Green Blue C M Y K H S L
Decimal 119 144 6 0.17 0 0.96 0.44 70.87 0.92 0.29
Hex 77 90 6 11 0 60 2C 47 5C 1D
Octal 167 220 6 21 0 140 54 107 134 35
Binary 1110111 10010000 110 10001 0 1100000 101100 1000111 1011100 11101

Color Harmonies of #779006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779006

Black with #779006

Text Example


Text Example

White with #779006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779006; }

 p { color: rgb(119,144,6); }

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

background-color css

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

 a { background-color: rgb(119,144,6); }

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

border-color css

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

 span { border-color: rgb(119,144,6); }

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