#809500

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

Shades of Olive #809500

Tints of Olive #809500

Color information

#809500 (or 0x809500) is unknown color: approx Olive. HEX triplet: 80, 95 and 00. RGB value is (128,149,0). Sum of RGB (Red+Green+Blue) = 128+149+0=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #809500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809500 is #7F6AFF. Grayscale: #7E7E7E. Windows color (decimal): -8350464 or 38272. OLE color: 38272.

HSL color Cylindrical-coordinate representation of color #809500: hue angle of 68.46º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #809500 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB1281490-
CMYK0.14010.42
HSL68.46º100%29.22%-
HSV(B)68.46º100%58.43%-
XYZ19.6526.084-
YUV125.7357.04129.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 149 (58.59% from 255) = 53.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.21%
G=53.79%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12814900.14010.4268.4610029.22
Hex80950E0642A44641d
Octal20022501601445210414435
Binary100000001001010101110011001001010101000100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809500; }

 p { color: rgb(128,149,0); }

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

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

 a { background-color: rgb(128,149,0); }

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

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

 span { border-color: rgb(128,149,0); }

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