Html Css Color HEX #777712 Olive

📋 copy color: '#777712'

red 119 ◦ green 119 ◦ blue 18

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

Shades of Olive #777712

Tints of Olive #777712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.48%

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

R = 46.48%
G = 46.48%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#777712 (or 0x777712) is known color: Olive. HEX triplet: 77, 77 and 12. RGB value is (119,119,18). Sum of RGB (Red+Green+Blue) = 119+119+18=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777712 is #8888ED. Grayscale: #6B6B6B. Windows color (decimal): -8947950 or 1210231. OLE color: 1210231.

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

Color convert

RGB 119 119 18 -
CMYK 0 0 0.85 0.53
HSL 60º 0.74% 0.27% -
HSV(B) 60º 0.85% 0.47% -
XYZ 14.31 17.16 3.13 -
YUV 107.49 77.5 136.21 -
System Red Green Blue C M Y K H S L
Decimal 119 119 18 0 0 0.85 0.53 60 0.74 0.27
Hex 77 77 12 0 0 55 35 3C 4A 1B
Octal 167 167 22 0 0 125 65 74 112 33
Binary 1110111 1110111 10010 0 0 1010101 110101 111100 1001010 11011

Color Harmonies of #777712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777712

Black with #777712

Text Example


Text Example

White with #777712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777712; }

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

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

background-color css

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

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

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

border-color css

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

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

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