Html Css Color HEX #5B9406 Olive Drab

📋 copy color: '#5B9406'

red 91 ◦ green 148 ◦ blue 6

#5B9406
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #5B9406

Tints of Olive Drab #5B9406

RGB

 RED value IS 91 (35.94% from 255) = 37.14%

 GREEN value IS 148 (58.2% from 255) = 60.41%

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 37.14%
G = 60.41%
B = 2.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#5B9406 (or 0x5B9406) is known color: Olive Drab. HEX triplet: 5B, 94 and 06. RGB value is (91,148,6). Sum of RGB (Red+Green+Blue) = 91+148+6=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 148 (58.20% from 255 or 60.41% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 148 - color contains mainly: green. Hex color #5B9406 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9406 is #A46BF9. Grayscale: #737373. Windows color (decimal): -10775546 or 431195. OLE color: 431195.

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

Color convert

RGB 91 148 6 -
CMYK 0.39 0 0.96 0.42
HSL 84.08º 0.92% 0.3% -
HSV(B) 84.08º 0.96% 0.58% -
XYZ 14.94 23.42 3.9 -
YUV 114.77 66.62 111.05 -
System Red Green Blue C M Y K H S L
Decimal 91 148 6 0.39 0 0.96 0.42 84.08 0.92 0.3
Hex 5B 94 6 27 0 60 2A 54 5C 1E
Octal 133 224 6 47 0 140 52 124 134 36
Binary 1011011 10010100 110 100111 0 1100000 101010 1010100 1011100 11110

Color Harmonies of #5B9406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9406

Black with #5B9406

Text Example


Text Example

White with #5B9406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B9406;
 }
 .AnyTagClassName
 {
   color: #5B9406;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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