#5B7F1F

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

Shades of Olive Drab #5B7F1F

Tints of Olive Drab #5B7F1F

Color information

#5B7F1F (or 0x5B7F1F) is unknown color: approx Olive Drab. HEX triplet: 5B, 7F and 1F. RGB value is (91,127,31). Sum of RGB (Red+Green+Blue) = 91+127+31=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #5B7F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7F1F is #A480E0. Grayscale: #696969. Windows color (decimal): -10780897 or 2064219. OLE color: 2064219.

HSL color Cylindrical-coordinate representation of color #5B7F1F: hue angle of 82.5º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B7F1F is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.50.

Color convert

RGB9112731-
CMYK0.2800.760.50
HSL82.5º60.76%30.98%-
HSV(B)82.5º75.59%49.8%-
XYZ12.1517.54.03-
YUV105.2986.07117.81-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.55%
GREEN value IS 127 (50% from 255) = 51.00%
BLUE value IS 31 (12.5% from 255) = 12.45%
R=36.55%
G=51.00%
B=12.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal91127310.2800.760.5082.560.7630.98
Hex5B7F1F1C04C32523d1f
Octal13317737340114621227537
Binary10110111111111111111110001001100110010101001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,127,31); }

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

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

 a { background-color: rgb(91,127,31); }

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

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

 span { border-color: rgb(91,127,31); }

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