#807305

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

Shades of Olive #807305

Tints of Olive #807305

Color information

#807305 (or 0x807305) is unknown color: approx Olive. HEX triplet: 80, 73 and 05. RGB value is (128,115,5). Sum of RGB (Red+Green+Blue) = 128+115+5=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #807305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807305 is #7F8CFA. Grayscale: #6A6A6A. Windows color (decimal): -8359163 or 357248. OLE color: 357248.

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

Color convert

RGB1281155-
CMYK00.100.960.50
HSL53.66º92.48%26.08%-
HSV(B)53.66º96.09%50.2%-
XYZ15.0616.862.6-
YUV106.3570.81143.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.61%
GREEN value IS 115 (45.31% from 255) = 46.37%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=51.61%
G=46.37%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128115500.100.960.5053.6692.4826.08
Hex807350A6032365c1a
Octal2001635012140626613432
Binary100000001110011101010101100000110010110110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807305; }

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

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

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

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

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

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

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

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