#807605

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

Shades of Olive #807605

Tints of Olive #807605

Color information

#807605 (or 0x807605) is unknown color: approx Olive. HEX triplet: 80, 76 and 05. RGB value is (128,118,5). Sum of RGB (Red+Green+Blue) = 128+118+5=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #807605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807605 is #7F89FA. Grayscale: #6C6C6C. Windows color (decimal): -8358395 or 358016. OLE color: 358016.

HSL color Cylindrical-coordinate representation of color #807605: hue angle of 55.12º 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 #807605 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB1281185-
CMYK00.080.960.50
HSL55.12º92.48%26.08%-
HSV(B)55.12º96.09%50.2%-
XYZ15.4117.562.72-
YUV108.1169.81142.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.00%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 5 (2.34% from 255) = 1.99%
R=51.00%
G=47.01%
B=1.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128118500.080.960.5055.1292.4826.08
Hex80765086032375c1a
Octal2001665010140626713432
Binary100000001110110101010001100000110010110111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807605; }

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

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

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

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

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

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

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

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