#818705

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

Shades of Olive #818705

Tints of Olive #818705

Color information

#818705 (or 0x818705) is unknown color: approx Olive. HEX triplet: 81, 87 and 05. RGB value is (129,135,5). Sum of RGB (Red+Green+Blue) = 129+135+5=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 135 (53.12% from 255 or 50.19% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 135 - color contains mainly: green. Hex color #818705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818705 is #7E78FA. Grayscale: #767676. Windows color (decimal): -8288507 or 362369. OLE color: 362369.

HSL color Cylindrical-coordinate representation of color #818705: hue angle of 62.77º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #818705 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1291355-
CMYK0.0400.960.47
HSL62.77º92.86%27.45%-
HSV(B)62.77º96.3%52.94%-
XYZ17.7422.013.46-
YUV118.3964.01135.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.96%
GREEN value IS 135 (53.12% from 255) = 50.19%
BLUE value IS 5 (2.34% from 255) = 1.86%
R=47.96%
G=50.19%
B=1.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12913550.0400.960.4762.7792.8627.45
Hex8187540602F3f5d1b
Octal201207540140577713533
Binary100000011000011110110001100000101111111111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818705; }

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

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

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

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

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

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

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

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