#807302

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

Shades of Olive #807302

Tints of Olive #807302

Color information

#807302 (or 0x807302) is unknown color: approx Olive. HEX triplet: 80, 73 and 02. RGB value is (128,115,2). Sum of RGB (Red+Green+Blue) = 128+115+2=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #807302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807302 is #7F8CFD. Grayscale: #6A6A6A. Windows color (decimal): -8359166 or 160640. OLE color: 160640.

HSL color Cylindrical-coordinate representation of color #807302: hue angle of 53.81º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #807302 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB1281152-
CMYK00.100.980.50
HSL53.81º96.92%25.49%-
HSV(B)53.81º98.44%50.2%-
XYZ15.0416.862.52-
YUV10669.31143.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.24%
GREEN value IS 115 (45.31% from 255) = 46.94%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=52.24%
G=46.94%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128115200.100.980.5053.8196.9225.49
Hex807320A6232366119
Octal2001632012142626614131
Binary10000000111001110010101100010110010110110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807302; }

 p { color: rgb(128,115,2); }

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

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

 a { background-color: rgb(128,115,2); }

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

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

 span { border-color: rgb(128,115,2); }

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