#817502

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

Shades of Olive #817502

Tints of Olive #817502

Color information

#817502 (or 0x817502) is unknown color: approx Olive. HEX triplet: 81, 75 and 02. RGB value is (129,117,2). Sum of RGB (Red+Green+Blue) = 129+117+2=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #817502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817502 is #7E8AFD. Grayscale: #6B6B6B. Windows color (decimal): -8293118 or 161153. OLE color: 161153.

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

Color convert

RGB1291172-
CMYK00.090.980.49
HSL54.33º96.95%25.69%-
HSV(B)54.33º98.45%50.59%-
XYZ15.4317.392.6-
YUV107.4868.48143.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=52.02%
G=47.18%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129117200.090.980.4954.3396.9525.69
Hex8175209623136611a
Octal2011652011142616614132
Binary10000001111010110010011100010110001110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817502; }

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

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

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

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

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

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

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

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