#5B9500

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

Shades of Olive Drab #5B9500

Tints of Olive Drab #5B9500

Color information

#5B9500 (or 0x5B9500) is unknown color: approx Olive Drab. HEX triplet: 5B, 95 and 00. RGB value is (91,149,0). Sum of RGB (Red+Green+Blue) = 91+149+0=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9500 is #A46AFF. Grayscale: #737373. Windows color (decimal): -10775296 or 38235. OLE color: 38235.

HSL color Cylindrical-coordinate representation of color #5B9500: hue angle of 83.36º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B9500 is Cyan = 0.39, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB911490-
CMYK0.39010.42
HSL83.36º100%29.22%-
HSV(B)83.36º100%58.43%-
XYZ15.0623.723.78-
YUV114.6763.28111.12-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.92%
GREEN value IS 149 (58.59% from 255) = 62.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.92%
G=62.08%
B=0%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9114900.39010.4283.3610029.22
Hex5B950270642A53641d
Octal13322504701445212314435
Binary1011011100101010100111011001001010101010011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,149,0); }

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

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

 a { background-color: rgb(91,149,0); }

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

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

 span { border-color: rgb(91,149,0); }

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