#817308

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

Shades of Olive #817308

Tints of Olive #817308

Color information

#817308 (or 0x817308) is unknown color: approx Olive. HEX triplet: 81, 73 and 08. RGB value is (129,115,8). Sum of RGB (Red+Green+Blue) = 129+115+8=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #817308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817308 is #7E8CF7. Grayscale: #6B6B6B. Windows color (decimal): -8293624 or 553857. OLE color: 553857.

HSL color Cylindrical-coordinate representation of color #817308: hue angle of 53.06º 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 #817308 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB1291158-
CMYK00.110.940.49
HSL53.06º88.32%26.86%-
HSV(B)53.06º93.8%50.59%-
XYZ15.2316.952.7-
YUV106.9972.14143.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.19%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 8 (3.52% from 255) = 3.17%
R=51.19%
G=45.63%
B=3.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129115800.110.940.4953.0688.3226.86
Hex817380B5E3135581b
Octal20116310013136616513033
Binary1000000111100111000010111011110110001110101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817308; }

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

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

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

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

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

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

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

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