#5D8B00

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

Shades of Olive Drab #5D8B00

Tints of Olive Drab #5D8B00

Color information

#5D8B00 (or 0x5D8B00) is unknown color: approx Olive Drab. HEX triplet: 5D, 8B and 00. RGB value is (93,139,0). Sum of RGB (Red+Green+Blue) = 93+139+0=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 139 (54.69% from 255 or 59.91% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 139 - color contains mainly: green. Hex color #5D8B00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8B00 is #A274FF. Grayscale: #6D6D6D. Windows color (decimal): -10646784 or 35677. OLE color: 35677.

HSL color Cylindrical-coordinate representation of color #5D8B00: hue angle of 79.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D8B00 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB931390-
CMYK0.33010.45
HSL79.86º100%27.25%-
HSV(B)79.86º100%54.51%-
XYZ13.7520.793.29-
YUV109.466.26116.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.09%
GREEN value IS 139 (54.69% from 255) = 59.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.09%
G=59.91%
B=0%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9313900.33010.4579.8610027.25
Hex5D8B0210642D50641b
Octal13521304101445512014433
Binary1011101100010110100001011001001011011010000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,139,0); }

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

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

 a { background-color: rgb(93,139,0); }

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

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

 span { border-color: rgb(93,139,0); }

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