#5A8F03

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

Shades of Olive Drab #5A8F03

Tints of Olive Drab #5A8F03

Color information

#5A8F03 (or 0x5A8F03) is unknown color: approx Olive Drab. HEX triplet: 5A, 8F and 03. RGB value is (90,143,3). Sum of RGB (Red+Green+Blue) = 90+143+3=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 143 (56.25% from 255 or 60.59% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 143 - color contains mainly: green. Hex color #5A8F03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8F03 is #A570FC. Grayscale: #6F6F6F. Windows color (decimal): -10842365 or 233306. OLE color: 233306.

HSL color Cylindrical-coordinate representation of color #5A8F03: hue angle of 82.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A8F03 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.44.

Color convert

RGB901433-
CMYK0.3700.980.44
HSL82.71º95.89%28.63%-
HSV(B)82.71º97.9%56.08%-
XYZ14.0621.833.56-
YUV111.1966.94112.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.14%
GREEN value IS 143 (56.25% from 255) = 60.59%
BLUE value IS 3 (1.56% from 255) = 1.27%
R=38.14%
G=60.59%
B=1.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9014330.3700.980.4482.7195.8928.63
Hex5A8F3250622C53601d
Octal13221734501425412314035
Binary10110101000111111100101011000101011001010011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A8F03; }

 p { color: rgb(90,143,3); }

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

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

 a { background-color: rgb(90,143,3); }

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

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

 span { border-color: rgb(90,143,3); }

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