Html Css Color HEX #5B9301 Olive Drab

📋 copy color: '#5B9301'

red 91 ◦ green 147 ◦ blue 1

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

Shades of Olive Drab #5B9301

Tints of Olive Drab #5B9301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.51%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 38.08%
G = 61.51%
B = 0.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#5B9301 (or 0x5B9301) is known color: Olive Drab. HEX triplet: 5B, 93 and 01. RGB value is (91,147,1). Sum of RGB (Red+Green+Blue) = 91+147+1=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #5B9301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9301 is #A46CFE. Grayscale: #727272. Windows color (decimal): -10775807 or 103259. OLE color: 103259.

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

Color convert

RGB 91 147 1 -
CMYK 0.38 0 0.99 0.42
HSL 83.01º 0.99% 0.29% -
HSV(B) 83.01º 0.99% 0.58% -
XYZ 14.75 23.09 3.71 -
YUV 113.61 64.45 111.87 -
System Red Green Blue C M Y K H S L
Decimal 91 147 1 0.38 0 0.99 0.42 83.01 0.99 0.29
Hex 5B 93 1 26 0 63 2A 53 63 1D
Octal 133 223 1 46 0 143 52 123 143 35
Binary 1011011 10010011 1 100110 0 1100011 101010 1010011 1100011 11101

Color Harmonies of #5B9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9301

Black with #5B9301

Text Example


Text Example

White with #5B9301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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