#809302

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

Shades of Olive #809302

Tints of Olive #809302

Color information

#809302 (or 0x809302) is unknown color: approx Olive. HEX triplet: 80, 93 and 02. RGB value is (128,147,2). Sum of RGB (Red+Green+Blue) = 128+147+2=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #809302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809302 is #7F6CFD. Grayscale: #7D7D7D. Windows color (decimal): -8350974 or 168832. OLE color: 168832.

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

Color convert

RGB1281472-
CMYK0.1300.990.42
HSL67.86º97.32%29.22%-
HSV(B)67.86º98.64%57.65%-
XYZ19.3525.463.95-
YUV124.7958.71130.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 147 (57.81% from 255) = 53.07%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=46.21%
G=53.07%
B=0.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12814720.1300.990.4267.8697.3229.22
Hex80932D0632A44611d
Octal20022321501435210414135
Binary1000000010010011101101011000111010101000100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809302; }

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

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

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

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

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

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

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

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