#818905

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

Shades of Olive #818905

Tints of Olive #818905

Color information

#818905 (or 0x818905) is unknown color: approx Olive. HEX triplet: 81, 89 and 05. RGB value is (129,137,5). Sum of RGB (Red+Green+Blue) = 129+137+5=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 137 (53.91% from 255 or 50.55% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 137 - color contains mainly: green. Hex color #818905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818905 is #7E76FA. Grayscale: #787878. Windows color (decimal): -8287995 or 362881. OLE color: 362881.

HSL color Cylindrical-coordinate representation of color #818905: hue angle of 63.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #818905 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB1291375-
CMYK0.0600.960.46
HSL63.64º92.96%27.84%-
HSV(B)63.64º96.35%53.73%-
XYZ18.0322.573.55-
YUV119.5663.35134.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.60%
GREEN value IS 137 (53.91% from 255) = 50.55%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=47.60%
G=50.55%
B=1.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12913750.0600.960.4663.6492.9627.84
Hex8189560602E405d1c
Octal2012115601405610013534
Binary1000000110001001101110011000001011101000000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818905; }

 p { color: rgb(129,137,5); }

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

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

 a { background-color: rgb(129,137,5); }

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

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

 span { border-color: rgb(129,137,5); }

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