Html Css Color HEX #5B9400 Olive Drab

📋 copy color: '#5B9400'

red 91 ◦ green 148 ◦ blue 0

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

Shades of Olive Drab #5B9400

Tints of Olive Drab #5B9400

RGB

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

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

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

R = 38.08%
G = 61.92%
B = 0%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#5B9400 (or 0x5B9400) is known color: Olive Drab. HEX triplet: 5B, 94 and 00. RGB value is (91,148,0). Sum of RGB (Red+Green+Blue) = 91+148+0=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #5B9400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5B9400 is #A46BFF. Grayscale: #727272. Windows color (decimal): -10775552 or 37979. OLE color: 37979.

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

Color convert

RGB 91 148 0 -
CMYK 0.39 0 1 0.42
HSL 83.11º 1% 0.29% -
HSV(B) 83.11º 1% 0.58% -
XYZ 14.9 23.4 3.73 -
YUV 114.09 63.62 111.53 -
System Red Green Blue C M Y K H S L
Decimal 91 148 0 0.39 0 1 0.42 83.11 1 0.29
Hex 5B 94 0 27 0 64 2A 53 64 1D
Octal 133 224 0 47 0 144 52 123 144 35
Binary 1011011 10010100 0 100111 0 1100100 101010 1010011 1100100 11101

Color Harmonies of #5B9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9400

Black with #5B9400

Text Example


Text Example

White with #5B9400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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