Html Css Color HEX #5B8101 Olive Drab

📋 copy color: '#5B8101'

red 91 ◦ green 129 ◦ blue 1

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

Shades of Olive Drab #5B8101

Tints of Olive Drab #5B8101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.37%

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

R = 41.18%
G = 58.37%
B = 0.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#5B8101 (or 0x5B8101) is known color: Olive Drab. HEX triplet: 5B, 81 and 01. RGB value is (91,129,1). Sum of RGB (Red+Green+Blue) = 91+129+1=221 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.18% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #5B8101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B8101 is #A47EFE. Grayscale: #676767. Windows color (decimal): -10780415 or 98651. OLE color: 98651.

HSL color Cylindrical-coordinate representation of color #5B8101: hue angle of 77.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B8101 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 91 129 1 -
CMYK 0.29 0 0.99 0.49
HSL 77.81º 0.98% 0.25% -
HSV(B) 77.81º 0.99% 0.51% -
XYZ 12.17 17.93 2.85 -
YUV 103.05 70.41 119.41 -
System Red Green Blue C M Y K H S L
Decimal 91 129 1 0.29 0 0.99 0.49 77.81 0.98 0.25
Hex 5B 81 1 1D 0 63 31 4E 62 19
Octal 133 201 1 35 0 143 61 116 142 31
Binary 1011011 10000001 1 11101 0 1100011 110001 1001110 1100010 11001

Color Harmonies of #5B8101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8101

Black with #5B8101

Text Example


Text Example

White with #5B8101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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