Html Css Color HEX #5B9300 Olive Drab

📋 copy color: '#5B9300'

red 91 ◦ green 147 ◦ blue 0

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

Shades of Olive Drab #5B9300

Tints of Olive Drab #5B9300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.24%
G = 61.76%
B = 0%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#5B9300 (or 0x5B9300) is known color: Olive Drab. HEX triplet: 5B, 93 and 00. RGB value is (91,147,0). Sum of RGB (Red+Green+Blue) = 91+147+0=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 147 (57.81% from 255 or 61.76% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 147 - color contains mainly: green. Hex color #5B9300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9300 is #A46CFF. Grayscale: #727272. Windows color (decimal): -10775808 or 37723. OLE color: 37723.

HSL color Cylindrical-coordinate representation of color #5B9300: hue angle of 82.86º 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 #5B9300 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 147 0 -
CMYK 0.38 0 1 0.42
HSL 82.86º 1% 0.29% -
HSV(B) 82.86º 1% 0.58% -
XYZ 14.75 23.09 3.68 -
YUV 113.5 63.95 111.95 -
System Red Green Blue C M Y K H S L
Decimal 91 147 0 0.38 0 1 0.42 82.86 1 0.29
Hex 5B 93 0 26 0 64 2A 53 64 1D
Octal 133 223 0 46 0 144 52 123 144 35
Binary 1011011 10010011 0 100110 0 1100100 101010 1010011 1100100 11101

Color Harmonies of #5B9300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9300

Black with #5B9300

Text Example


Text Example

White with #5B9300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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