Html Css Color HEX #777006 Olive

📋 copy color: '#777006'

red 119 ◦ green 112 ◦ blue 6

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

Shades of Olive #777006

Tints of Olive #777006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.26%

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

R = 50.21%
G = 47.26%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#777006 (or 0x777006) is known color: Olive. HEX triplet: 77, 70 and 06. RGB value is (119,112,6). Sum of RGB (Red+Green+Blue) = 119+112+6=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #777006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777006 is #888FF9. Grayscale: #666666. Windows color (decimal): -8949754 or 422007. OLE color: 422007.

HSL color Cylindrical-coordinate representation of color #777006: hue angle of 56.28º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #777006 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 112 6 -
CMYK 0 0.06 0.95 0.53
HSL 56.28º 0.9% 0.25% -
HSV(B) 56.28º 0.95% 0.47% -
XYZ 13.43 15.52 2.46 -
YUV 102.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 119 112 6 0 0.06 0.95 0.53 56.28 0.9 0.25
Hex 77 70 6 0 6 5F 35 38 5A 19
Octal 167 160 6 0 6 137 65 70 132 31
Binary 1110111 1110000 110 0 110 1011111 110101 111000 1011010 11001

Color Harmonies of #777006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777006

Black with #777006

Text Example


Text Example

White with #777006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777006; }

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

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

background-color css

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

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

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

border-color css

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

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

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