Html Css Color HEX #776F08 Olive

📋 copy color: '#776F08'

red 119 ◦ green 111 ◦ blue 8

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

Shades of Olive #776F08

Tints of Olive #776F08

RGB

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

 GREEN value IS 111 (43.75% from 255) = 46.64%

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

R = 50%
G = 46.64%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#776F08 (or 0x776F08) is known color: Olive. HEX triplet: 77, 6F and 08. RGB value is (119,111,8). Sum of RGB (Red+Green+Blue) = 119+111+8=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 111 (43.75% from 255 or 46.64% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #776F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F08 is #8890F7. Grayscale: #666666. Windows color (decimal): -8950008 or 552823. OLE color: 552823.

HSL color Cylindrical-coordinate representation of color #776F08: hue angle of 55.68º 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 #776F08 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 111 8 -
CMYK 0 0.07 0.93 0.53
HSL 55.68º 0.87% 0.25% -
HSV(B) 55.68º 0.93% 0.47% -
XYZ 13.34 15.31 2.48 -
YUV 101.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 119 111 8 0 0.07 0.93 0.53 55.68 0.87 0.25
Hex 77 6F 8 0 7 5D 35 38 57 19
Octal 167 157 10 0 7 135 65 70 127 31
Binary 1110111 1101111 1000 0 111 1011101 110101 111000 1010111 11001

Color Harmonies of #776F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F08

Black with #776F08

Text Example


Text Example

White with #776F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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