#5D8A02

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

Shades of Olive Drab #5D8A02

Tints of Olive Drab #5D8A02

Color information

#5D8A02 (or 0x5D8A02) is unknown color: approx Olive Drab. HEX triplet: 5D, 8A and 02. RGB value is (93,138,2). Sum of RGB (Red+Green+Blue) = 93+138+2=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 138 (54.30% from 255 or 59.23% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 138 - color contains mainly: green. Hex color #5D8A02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8A02 is #A275FD. Grayscale: #6D6D6D. Windows color (decimal): -10647038 or 166493. OLE color: 166493.

HSL color Cylindrical-coordinate representation of color #5D8A02: hue angle of 79.85º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D8A02 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB931382-
CMYK0.3300.990.46
HSL79.85º97.14%27.45%-
HSV(B)79.85º98.55%54.12%-
XYZ13.6120.513.3-
YUV109.0467.59116.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.91%
GREEN value IS 138 (54.30% from 255) = 59.23%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=39.91%
G=59.23%
B=0.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9313820.3300.990.4679.8597.1427.45
Hex5D8A2210632E50611b
Octal13521224101435612014133
Binary10111011000101010100001011000111011101010000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,138,2); }

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

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

 a { background-color: rgb(93,138,2); }

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

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

 span { border-color: rgb(93,138,2); }

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