#817301

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

Shades of Olive #817301

Tints of Olive #817301

Color information

#817301 (or 0x817301) is unknown color: approx Olive. HEX triplet: 81, 73 and 01. RGB value is (129,115,1). Sum of RGB (Red+Green+Blue) = 129+115+1=245 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.65% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 129 - color contains mainly: red. Hex color #817301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817301 is #7E8CFE. Grayscale: #6A6A6A. Windows color (decimal): -8293631 or 95105. OLE color: 95105.

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

Color convert

RGB1291151-
CMYK00.110.990.49
HSL53.44º98.46%25.49%-
HSV(B)53.44º99.22%50.59%-
XYZ15.1916.932.5-
YUV106.1968.64144.27-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.65%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=52.65%
G=46.94%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129115100.110.990.4953.4498.4625.49
Hex817310B6331356219
Octal2011631013143616514231
Binary1000000111100111010111100011110001110101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817301; }

 p { color: rgb(129,115,1); }

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

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

 a { background-color: rgb(129,115,1); }

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

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

 span { border-color: rgb(129,115,1); }

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