#818309

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

Shades of Olive #818309

Tints of Olive #818309

Color information

#818309 (or 0x818309) is unknown color: approx Olive. HEX triplet: 81, 83 and 09. RGB value is (129,131,9). Sum of RGB (Red+Green+Blue) = 129+131+9=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 131 (51.56% from 255 or 48.70% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 131 - color contains mainly: green. Hex color #818309 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818309 is #7E7CF6. Grayscale: #747474. Windows color (decimal): -8289527 or 623489. OLE color: 623489.

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

Color convert

RGB1291319-
CMYK0.0200.930.49
HSL60.98º87.14%27.45%-
HSV(B)60.98º93.13%51.37%-
XYZ17.2220.923.39-
YUV116.4967.34136.92-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 131 (51.56% from 255) = 48.70%
BLUE value IS 9 (3.91% from 255) = 3.35%
R=47.96%
G=48.70%
B=3.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12913190.0200.930.4960.9887.1427.45
Hex81839205D313d571b
Octal2012031120135617512733
Binary100000011000001110011001011101110001111101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818309; }

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

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

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

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

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

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

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

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