Html Css Color HEX #777012 Olivetone

📋 copy color: '#777012'

red 119 ◦ green 112 ◦ blue 18

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

Shades of Olivetone #777012

Tints of Olivetone #777012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 47.79%
G = 44.98%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#777012 (or 0x777012) is known color: Olivetone. HEX triplet: 77, 70 and 12. RGB value is (119,112,18). Sum of RGB (Red+Green+Blue) = 119+112+18=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #777012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777012 is #888FED. Grayscale: #676767. Windows color (decimal): -8949742 or 1208439. OLE color: 1208439.

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

Color convert

RGB 119 112 18 -
CMYK 0 0.06 0.85 0.53
HSL 55.84º 0.74% 0.27% -
HSV(B) 55.84º 0.85% 0.47% -
XYZ 13.51 15.55 2.86 -
YUV 103.38 79.82 139.14 -
System Red Green Blue C M Y K H S L
Decimal 119 112 18 0 0.06 0.85 0.53 55.84 0.74 0.27
Hex 77 70 12 0 6 55 35 38 4A 1B
Octal 167 160 22 0 6 125 65 70 112 33
Binary 1110111 1110000 10010 0 110 1010101 110101 111000 1001010 11011

Color Harmonies of #777012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777012

Black with #777012

Text Example


Text Example

White with #777012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777012; }

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

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

background-color css

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

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

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

border-color css

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

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

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