Html Css Color HEX #776F06 Olive

📋 copy color: '#776F06'

red 119 ◦ green 111 ◦ blue 6

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

Shades of Olive #776F06

Tints of Olive #776F06

RGB

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

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

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

R = 50.42%
G = 47.03%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#776F06 (or 0x776F06) is known color: Olive. HEX triplet: 77, 6F and 06. RGB value is (119,111,6). Sum of RGB (Red+Green+Blue) = 119+111+6=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #776F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F06 is #8890F9. Grayscale: #656565. Windows color (decimal): -8950010 or 421751. OLE color: 421751.

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

Color convert

RGB 119 111 6 -
CMYK 0 0.07 0.95 0.53
HSL 55.75º 0.9% 0.25% -
HSV(B) 55.75º 0.95% 0.47% -
XYZ 13.33 15.3 2.42 -
YUV 101.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 119 111 6 0 0.07 0.95 0.53 55.75 0.9 0.25
Hex 77 6F 6 0 7 5F 35 38 5A 19
Octal 167 157 6 0 7 137 65 70 132 31
Binary 1110111 1101111 110 0 111 1011111 110101 111000 1011010 11001

Color Harmonies of #776F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F06

Black with #776F06

Text Example


Text Example

White with #776F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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