#817402

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

Shades of Olive #817402

Tints of Olive #817402

Color information

#817402 (or 0x817402) is unknown color: approx Olive. HEX triplet: 81, 74 and 02. RGB value is (129,116,2). Sum of RGB (Red+Green+Blue) = 129+116+2=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 116 (45.70% from 255 or 46.96% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #817402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817402 is #7E8BFD. Grayscale: #6B6B6B. Windows color (decimal): -8293374 or 160897. OLE color: 160897.

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

Color convert

RGB1291162-
CMYK00.100.980.49
HSL53.86º96.95%25.69%-
HSV(B)53.86º98.45%50.59%-
XYZ15.3117.162.56-
YUV106.8968.81143.77-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 116 (45.70% from 255) = 46.96%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=52.23%
G=46.96%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129116200.100.980.4953.8696.9525.69
Hex817420A623136611a
Octal2011642012142616614132
Binary10000001111010010010101100010110001110110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817402; }

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

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

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

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

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

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

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

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