#817A05

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

Shades of Olive #817A05

Tints of Olive #817A05

Color information

#817A05 (or 0x817A05) is unknown color: approx Olive. HEX triplet: 81, 7A and 05. RGB value is (129,122,5). Sum of RGB (Red+Green+Blue) = 129+122+5=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 122 (48.05% from 255 or 47.66% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #817A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817A05 is #7E85FA. Grayscale: #6F6F6F. Windows color (decimal): -8291835 or 359041. OLE color: 359041.

HSL color Cylindrical-coordinate representation of color #817A05: hue angle of 56.61º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #817A05 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB1291225-
CMYK00.050.960.49
HSL56.61º92.54%26.27%-
HSV(B)56.61º96.12%50.59%-
XYZ16.0418.62.89-
YUV110.7568.32141.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.39%
GREEN value IS 122 (48.05% from 255) = 47.66%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=50.39%
G=47.66%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129122500.050.960.4956.6192.5426.27
Hex817A5056031395d1a
Octal201172505140617113532
Binary10000001111101010101011100000110001111001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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