Html Css Color HEX #808212 Olive

📋 copy color: '#808212'

red 128 ◦ green 130 ◦ blue 18

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

Shades of Olive #808212

Tints of Olive #808212

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.1%

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

R = 46.38%
G = 47.1%
B = 6.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#808212 (or 0x808212) is known color: Olive. HEX triplet: 80, 82 and 12. RGB value is (128,130,18). Sum of RGB (Red+Green+Blue) = 128+130+18=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #808212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808212 is #7F7DED. Grayscale: #757575. Windows color (decimal): -8355310 or 1213056. OLE color: 1213056.

HSL color Cylindrical-coordinate representation of color #808212: hue angle of 61.07º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #808212 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 130 18 -
CMYK 0.02 0 0.86 0.49
HSL 61.07º 0.76% 0.29% -
HSV(B) 61.07º 0.86% 0.51% -
XYZ 16.99 20.6 3.65 -
YUV 116.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 128 130 18 0.02 0 0.86 0.49 61.07 0.76 0.29
Hex 80 82 12 2 0 56 31 3D 4C 1D
Octal 200 202 22 2 0 126 61 75 114 35
Binary 10000000 10000010 10010 10 0 1010110 110001 111101 1001100 11101

Color Harmonies of #808212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808212

Black with #808212

Text Example


Text Example

White with #808212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808212; }

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

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

background-color css

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

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

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

border-color css

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

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

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