#818509

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

Shades of Olive #818509

Tints of Olive #818509

Color information

#818509 (or 0x818509) is unknown color: approx Olive. HEX triplet: 81, 85 and 09. RGB value is (129,133,9). Sum of RGB (Red+Green+Blue) = 129+133+9=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #818509 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818509 is #7E7AF6. Grayscale: #767676. Windows color (decimal): -8289015 or 624001. OLE color: 624001.

HSL color Cylindrical-coordinate representation of color #818509: hue angle of 61.94º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #818509 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB1291339-
CMYK0.0300.930.48
HSL61.94º87.32%27.84%-
HSV(B)61.94º93.23%52.16%-
XYZ17.4921.463.48-
YUV117.6766.67136.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 133 (52.34% from 255) = 49.08%
BLUE value IS 9 (3.91% from 255) = 3.32%
R=47.60%
G=49.08%
B=3.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12913390.0300.930.4861.9487.3227.84
Hex81859305D303e571c
Octal2012051130135607612734
Binary100000011000010110011101011101110000111110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818509; }

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

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

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

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

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

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

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

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