Html Css Color HEX #777008 Olive

📋 copy color: '#777008'

red 119 ◦ green 112 ◦ blue 8

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

Shades of Olive #777008

Tints of Olive #777008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.35%

R = 49.79%
G = 46.86%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#777008 (or 0x777008) is known color: Olive. HEX triplet: 77, 70 and 08. RGB value is (119,112,8). Sum of RGB (Red+Green+Blue) = 119+112+8=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #777008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777008 is #888FF7. Grayscale: #666666. Windows color (decimal): -8949752 or 553079. OLE color: 553079.

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

Color convert

RGB 119 112 8 -
CMYK 0 0.06 0.93 0.53
HSL 56.22º 0.87% 0.25% -
HSV(B) 56.22º 0.93% 0.47% -
XYZ 13.45 15.53 2.52 -
YUV 102.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 119 112 8 0 0.06 0.93 0.53 56.22 0.87 0.25
Hex 77 70 8 0 6 5D 35 38 57 19
Octal 167 160 10 0 6 135 65 70 127 31
Binary 1110111 1110000 1000 0 110 1011101 110101 111000 1010111 11001

Color Harmonies of #777008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777008

Black with #777008

Text Example


Text Example

White with #777008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777008; }

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

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

background-color css

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

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

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

border-color css

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

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

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