#817408

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

Shades of Olive #817408

Tints of Olive #817408

Color information

#817408 (or 0x817408) is unknown color: approx Olive. HEX triplet: 81, 74 and 08. RGB value is (129,116,8). Sum of RGB (Red+Green+Blue) = 129+116+8=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #817408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817408 is #7E8BF7. Grayscale: #6C6C6C. Windows color (decimal): -8293368 or 554113. OLE color: 554113.

HSL color Cylindrical-coordinate representation of color #817408: hue angle of 53.55º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #817408 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB1291168-
CMYK00.100.940.49
HSL53.55º88.32%26.86%-
HSV(B)53.55º93.8%50.59%-
XYZ15.3417.182.74-
YUV107.5871.81143.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.99%
GREEN value IS 116 (45.70% from 255) = 45.85%
BLUE value IS 8 (3.52% from 255) = 3.16%
R=50.99%
G=45.85%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129116800.100.940.4953.5588.3226.86
Hex817480A5E3136581b
Octal20116410012136616613033
Binary1000000111101001000010101011110110001110110101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817408; }

 p { color: rgb(129,116,8); }

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

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

 a { background-color: rgb(129,116,8); }

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

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

 span { border-color: rgb(129,116,8); }

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