#5B9208

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

Shades of Olive Drab #5B9208

Tints of Olive Drab #5B9208

Color information

#5B9208 (or 0x5B9208) is unknown color: approx Olive Drab. HEX triplet: 5B, 92 and 08. RGB value is (91,146,8). Sum of RGB (Red+Green+Blue) = 91+146+8=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #5B9208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9208 is #A46DF7. Grayscale: #727272. Windows color (decimal): -10776056 or 561755. OLE color: 561755.

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

Color convert

RGB911468-
CMYK0.3800.950.43
HSL83.91º89.61%30.2%-
HSV(B)83.91º94.52%57.25%-
XYZ14.6422.83.86-
YUV113.8268.28111.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.14%
GREEN value IS 146 (57.42% from 255) = 59.59%
BLUE value IS 8 (3.52% from 255) = 3.27%
R=37.14%
G=59.59%
B=3.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9114680.3800.950.4383.9189.6130.2
Hex5B9282605F2B545a1e
Octal133222104601375312413236
Binary1011011100100101000100110010111111010111010100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,146,8); }

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

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

 a { background-color: rgb(91,146,8); }

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

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

 span { border-color: rgb(91,146,8); }

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