Html Css Color HEX #807612 Olive

📋 copy color: '#807612'

red 128 ◦ green 118 ◦ blue 18

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

Shades of Olive #807612

Tints of Olive #807612

RGB

 RED value IS 128 (50.39% from 255) = 48.48%

 GREEN value IS 118 (46.48% from 255) = 44.7%

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

R = 48.48%
G = 44.7%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#807612 (or 0x807612) is known color: Olive. HEX triplet: 80, 76 and 12. RGB value is (128,118,18). Sum of RGB (Red+Green+Blue) = 128+118+18=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 118 (46.48% from 255 or 44.70% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #807612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807612 is #7F89ED. Grayscale: #6D6D6D. Windows color (decimal): -8358382 or 1209984. OLE color: 1209984.

HSL color Cylindrical-coordinate representation of color #807612: hue angle of 54.55º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #807612 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 118 18 -
CMYK 0 0.08 0.86 0.50
HSL 54.55º 0.75% 0.29% -
HSV(B) 54.55º 0.86% 0.5% -
XYZ 15.49 17.59 3.15 -
YUV 109.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 128 118 18 0 0.08 0.86 0.50 54.55 0.75 0.29
Hex 80 76 12 0 8 56 32 37 4B 1D
Octal 200 166 22 0 10 126 62 67 113 35
Binary 10000000 1110110 10010 0 1000 1010110 110010 110111 1001011 11101

Color Harmonies of #807612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807612

Black with #807612

Text Example


Text Example

White with #807612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807612; }

 p { color: rgb(128,118,18); }

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

background-color css

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

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

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

border-color css

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

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

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