#818A05

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

Shades of Olive #818A05

Tints of Olive #818A05

Color information

#818A05 (or 0x818A05) is unknown color: approx Olive. HEX triplet: 81, 8A and 05. RGB value is (129,138,5). Sum of RGB (Red+Green+Blue) = 129+138+5=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #818A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818A05 is #7E75FA. Grayscale: #787878. Windows color (decimal): -8287739 or 363137. OLE color: 363137.

HSL color Cylindrical-coordinate representation of color #818A05: hue angle of 64.06º 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 #818A05 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB1291385-
CMYK0.0700.960.46
HSL64.06º93.01%28.04%-
HSV(B)64.06º96.38%54.12%-
XYZ18.1722.863.6-
YUV120.1563.02134.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.43%
GREEN value IS 138 (54.30% from 255) = 50.74%
BLUE value IS 5 (2.34% from 255) = 1.84%
R=47.43%
G=50.74%
B=1.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12913850.0700.960.4664.0693.0128.04
Hex818A570602E405d1c
Octal2012125701405610013534
Binary1000000110001010101111011000001011101000000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818A05; }

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

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

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

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

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

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

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

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