Html Css Color HEX #5B9101 Olive Drab

📋 copy color: '#5B9101'

red 91 ◦ green 145 ◦ blue 1

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

Shades of Olive Drab #5B9101

Tints of Olive Drab #5B9101

RGB

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

 GREEN value IS 145 (57.03% from 255) = 61.18%

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

R = 38.4%
G = 61.18%
B = 0.42%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#5B9101 (or 0x5B9101) is known color: Olive Drab. HEX triplet: 5B, 91 and 01. RGB value is (91,145,1). Sum of RGB (Red+Green+Blue) = 91+145+1=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 145 (57.03% from 255 or 61.18% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 145 - color contains mainly: green. Hex color #5B9101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9101 is #A46EFE. Grayscale: #707070. Windows color (decimal): -10776319 or 102747. OLE color: 102747.

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

Color convert

RGB 91 145 1 -
CMYK 0.37 0 0.99 0.43
HSL 82.5º 0.99% 0.29% -
HSV(B) 82.5º 0.99% 0.57% -
XYZ 14.45 22.48 3.61 -
YUV 112.44 65.11 112.71 -
System Red Green Blue C M Y K H S L
Decimal 91 145 1 0.37 0 0.99 0.43 82.5 0.99 0.29
Hex 5B 91 1 25 0 63 2B 52 63 1D
Octal 133 221 1 45 0 143 53 122 143 35
Binary 1011011 10010001 1 100101 0 1100011 101011 1010010 1100011 11101

Color Harmonies of #5B9101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9101

Black with #5B9101

Text Example


Text Example

White with #5B9101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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