Html Css Color HEX #807712 Olive

📋 copy color: '#807712'

red 128 ◦ green 119 ◦ blue 18

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

Shades of Olive #807712

Tints of Olive #807712

RGB

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

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

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

R = 48.3%
G = 44.91%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#807712 (or 0x807712) is known color: Olive. HEX triplet: 80, 77 and 12. RGB value is (128,119,18). Sum of RGB (Red+Green+Blue) = 128+119+18=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #807712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807712 is #7F88ED. Grayscale: #6E6E6E. Windows color (decimal): -8358126 or 1210240. OLE color: 1210240.

HSL color Cylindrical-coordinate representation of color #807712: hue angle of 55.09º 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 #807712 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 18 -
CMYK 0 0.07 0.86 0.50
HSL 55.09º 0.75% 0.29% -
HSV(B) 55.09º 0.86% 0.5% -
XYZ 15.61 17.83 3.19 -
YUV 110.18 75.98 140.71 -
System Red Green Blue C M Y K H S L
Decimal 128 119 18 0 0.07 0.86 0.50 55.09 0.75 0.29
Hex 80 77 12 0 7 56 32 37 4B 1D
Octal 200 167 22 0 7 126 62 67 113 35
Binary 10000000 1110111 10010 0 111 1010110 110010 110111 1001011 11101

Color Harmonies of #807712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807712

Black with #807712

Text Example


Text Example

White with #807712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807712; }

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

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

background-color css

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

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

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

border-color css

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

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

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