#817802

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

Shades of Olive #817802

Tints of Olive #817802

Color information

#817802 (or 0x817802) is unknown color: approx Olive. HEX triplet: 81, 78 and 02. RGB value is (129,120,2). Sum of RGB (Red+Green+Blue) = 129+120+2=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #817802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817802 is #7E87FD. Grayscale: #6D6D6D. Windows color (decimal): -8292350 or 161921. OLE color: 161921.

HSL color Cylindrical-coordinate representation of color #817802: hue angle of 55.75º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #817802 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB1291202-
CMYK00.070.980.49
HSL55.75º96.95%25.69%-
HSV(B)55.75º98.45%50.59%-
XYZ15.7818.12.72-
YUV109.2467.48142.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.39%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=51.39%
G=47.81%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129120200.070.980.4955.7596.9525.69
Hex8178207623138611a
Octal201170207142617014132
Binary1000000111110001001111100010110001111000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817802; }

 p { color: rgb(129,120,2); }

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

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

 a { background-color: rgb(129,120,2); }

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

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

 span { border-color: rgb(129,120,2); }

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