#5A8B03

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

Shades of Olive Drab #5A8B03

Tints of Olive Drab #5A8B03

Color information

#5A8B03 (or 0x5A8B03) is unknown color: approx Olive Drab. HEX triplet: 5A, 8B and 03. RGB value is (90,139,3). Sum of RGB (Red+Green+Blue) = 90+139+3=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B03 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8B03 is #A574FC. Grayscale: #6D6D6D. Windows color (decimal): -10843389 or 232282. OLE color: 232282.

HSL color Cylindrical-coordinate representation of color #5A8B03: hue angle of 81.62º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A8B03 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.45.

Color convert

RGB901393-
CMYK0.3500.980.45
HSL81.62º95.77%27.84%-
HSV(B)81.62º97.84%54.51%-
XYZ13.4720.653.36-
YUV108.8468.27114.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.79%
GREEN value IS 139 (54.69% from 255) = 59.91%
BLUE value IS 3 (1.56% from 255) = 1.29%
R=38.79%
G=59.91%
B=1.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9013930.3500.980.4581.6295.7727.84
Hex5A8B3230622D52601c
Octal13221334301425512214034
Binary10110101000101111100011011000101011011010010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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