#818312

Color #818312 Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #818312

Tints of Olive #818312

Color information

#818312 (or 0x818312) is unknown color: approx Olive. HEX triplet: 81, 83 and 12. RGB value is (129,131,18). Sum of RGB (Red+Green+Blue) = 129+131+18=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #818312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818312 is #7E7CED. Grayscale: #757575. Windows color (decimal): -8289518 or 1213313. OLE color: 1213313.

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

Color convert

RGB12913118-
CMYK0.0200.860.49
HSL61.06º75.84%29.22%-
HSV(B)61.06º86.26%51.37%-
XYZ17.2820.943.7-
YUV117.5271.84136.19-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 131 (51.56% from 255) = 47.12%
BLUE value IS 18 (7.42% from 255) = 6.47%
R=46.40%
G=47.12%
B=6.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129131180.0200.860.4961.0675.8429.22
Hex8183122056313d4c1d
Octal2012032220126617511435
Binary1000000110000011100101001010110110001111101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818312; }

 p { color: rgb(129,131,18); }

 H1.HeaderClassName
 {
   color: #818312;
 }
 .AnyTagClassName
 {
   color: #818312;
 }
</style>
background-color css

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

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

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

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

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

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