#5B9106

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

Shades of Olive Drab #5B9106

Tints of Olive Drab #5B9106

Color information

#5B9106 (or 0x5B9106) is unknown color: approx Olive Drab. HEX triplet: 5B, 91 and 06. RGB value is (91,145,6). Sum of RGB (Red+Green+Blue) = 91+145+6=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #5B9106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9106 is #A46EF9. Grayscale: #717171. Windows color (decimal): -10776314 or 430427. OLE color: 430427.

HSL color Cylindrical-coordinate representation of color #5B9106: hue angle of 83.31º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5B9106 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB911456-
CMYK0.3700.960.43
HSL83.31º92.05%29.61%-
HSV(B)83.31º95.86%56.86%-
XYZ14.4722.493.75-
YUV113.0167.61112.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.60%
GREEN value IS 145 (57.03% from 255) = 59.92%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=37.60%
G=59.92%
B=2.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9114560.3700.960.4383.3192.0529.61
Hex5B916250602B535c1e
Octal13322164501405312313436
Binary101101110010001110100101011000001010111010011101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,145,6); }

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

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

 a { background-color: rgb(91,145,6); }

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

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

 span { border-color: rgb(91,145,6); }

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