#817403

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

Shades of Olive #817403

Tints of Olive #817403

Color information

#817403 (or 0x817403) is unknown color: approx Olive. HEX triplet: 81, 74 and 03. RGB value is (129,116,3). Sum of RGB (Red+Green+Blue) = 129+116+3=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #817403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817403 is #7E8BFC. Grayscale: #6B6B6B. Windows color (decimal): -8293373 or 226433. OLE color: 226433.

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

Color convert

RGB1291163-
CMYK00.100.980.49
HSL53.81º95.45%25.88%-
HSV(B)53.81º97.67%50.59%-
XYZ15.3217.162.59-
YUV10769.31143.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.02%
GREEN value IS 116 (45.70% from 255) = 46.77%
BLUE value IS 3 (1.56% from 255) = 1.21%
R=52.02%
G=46.77%
B=1.21%

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
Decimal129116300.100.980.4953.8195.4525.88
Hex817430A6231365f1a
Octal2011643012142616613732
Binary10000001111010011010101100010110001110110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817403; }

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

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

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

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

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

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

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

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