#817702

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

Shades of Olive #817702

Tints of Olive #817702

Color information

#817702 (or 0x817702) is unknown color: approx Olive. HEX triplet: 81, 77 and 02. RGB value is (129,119,2). Sum of RGB (Red+Green+Blue) = 129+119+2=250 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.6% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 129 - color contains mainly: red. Hex color #817702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817702 is #7E88FD. Grayscale: #6D6D6D. Windows color (decimal): -8292606 or 161665. OLE color: 161665.

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

Color convert

RGB1291192-
CMYK00.080.980.49
HSL55.28º96.95%25.69%-
HSV(B)55.28º98.45%50.59%-
XYZ15.6617.872.68-
YUV108.6567.81142.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.6%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 2 (1.17% from 255) = 0.8%
R=51.6%
G=47.6%
B=0.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129119200.080.980.4955.2896.9525.69
Hex8177208623137611a
Octal2011672010142616714132
Binary10000001111011110010001100010110001110111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817702; }

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

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

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

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

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

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

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

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