#5B9305

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

Shades of Olive Drab #5B9305

Tints of Olive Drab #5B9305

Color information

#5B9305 (or 0x5B9305) is unknown color: approx Olive Drab. HEX triplet: 5B, 93 and 05. RGB value is (91,147,5). Sum of RGB (Red+Green+Blue) = 91+147+5=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 147 (57.81% from 255 or 60.49% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 147 - color contains mainly: green. Hex color #5B9305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9305 is #A46CFA. Grayscale: #727272. Windows color (decimal): -10775803 or 365403. OLE color: 365403.

HSL color Cylindrical-coordinate representation of color #5B9305: hue angle of 83.66º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B9305 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB911475-
CMYK0.3800.970.42
HSL83.66º93.42%29.8%-
HSV(B)83.66º96.6%57.65%-
XYZ14.7823.13.82-
YUV114.0766.45111.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.45%
GREEN value IS 147 (57.81% from 255) = 60.49%
BLUE value IS 5 (2.34% from 255) = 2.06%
R=37.45%
G=60.49%
B=2.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9114750.3800.970.4283.6693.4229.8
Hex5B935260612A545d1e
Octal13322354601415212413536
Binary101101110010011101100110011000011010101010100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,147,5); }

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

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

 a { background-color: rgb(91,147,5); }

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

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

 span { border-color: rgb(91,147,5); }

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