#5B8507

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

Shades of Olive Drab #5B8507

Tints of Olive Drab #5B8507

Color information

#5B8507 (or 0x5B8507) is unknown color: approx Olive Drab. HEX triplet: 5B, 85 and 07. RGB value is (91,133,7). Sum of RGB (Red+Green+Blue) = 91+133+7=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #5B8507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8507 is #A47AF8. Grayscale: #6A6A6A. Windows color (decimal): -10779385 or 492891. OLE color: 492891.

HSL color Cylindrical-coordinate representation of color #5B8507: hue angle of 80º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B8507 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB911337-
CMYK0.3200.950.48
HSL80º90%27.45%-
HSV(B)80º94.74%52.16%-
XYZ12.7419.013.2-
YUV106.0872.09117.25-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.39%
GREEN value IS 133 (52.34% from 255) = 57.58%
BLUE value IS 7 (3.12% from 255) = 3.03%
R=39.39%
G=57.58%
B=3.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9113370.3200.950.48809027.45
Hex5B8572005F30505a1b
Octal13320574001376012013233
Binary101101110000101111100000010111111100001010000101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B8507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,133,7); }

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

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

 a { background-color: rgb(91,133,7); }

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

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

 span { border-color: rgb(91,133,7); }

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