#809C03

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

Shades of Olive #809C03

Tints of Olive #809C03

Color information

#809C03 (or 0x809C03) is unknown color: approx Olive. HEX triplet: 80, 9C and 03. RGB value is (128,156,3). Sum of RGB (Red+Green+Blue) = 128+156+3=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #809C03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809C03 is #7F63FC. Grayscale: #828282. Windows color (decimal): -8348669 or 236672. OLE color: 236672.

HSL color Cylindrical-coordinate representation of color #809C03: hue angle of 70.98º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #809C03 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.39.

Color convert

RGB1281563-
CMYK0.1800.980.39
HSL70.98º96.23%31.18%-
HSV(B)70.98º98.08%61.18%-
XYZ20.8128.374.47-
YUV130.1956.22126.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 156 (61.33% from 255) = 54.36%
BLUE value IS 3 (1.56% from 255) = 1.05%
R=44.60%
G=54.36%
B=1.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12815630.1800.980.3970.9896.2331.18
Hex809C3120622747601f
Octal20023432201424710714037
Binary10000000100111001110010011000101001111000111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809C03; }

 p { color: rgb(128,156,3); }

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

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

 a { background-color: rgb(128,156,3); }

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

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

 span { border-color: rgb(128,156,3); }

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