Html Css Color HEX #5D900B Olive Drab

📋 copy color: '#5D900B'

red 93 ◦ green 144 ◦ blue 11

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

Shades of Olive Drab #5D900B

Tints of Olive Drab #5D900B

RGB

 RED value IS 93 (36.72% from 255) = 37.5%

 GREEN value IS 144 (56.64% from 255) = 58.06%

 BLUE value IS 11 (4.69% from 255) = 4.44%

R = 37.5%
G = 58.06%
B = 4.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.44

RGB Variations

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

Color information

#5D900B (or 0x5D900B) is known color: Olive Drab. HEX triplet: 5D, 90 and 0B. RGB value is (93,144,11). Sum of RGB (Red+Green+Blue) = 93+144+11=248 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.5% from 248); Green value is 144 (56.64% from 255 or 58.06% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 144 - color contains mainly: green. Hex color #5D900B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D900B is #A26FF4. Grayscale: #727272. Windows color (decimal): -10645493 or 757853. OLE color: 757853.

HSL color Cylindrical-coordinate representation of color #5D900B: hue angle of 83.01º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5D900B is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB 93 144 11 -
CMYK 0.35 0 0.92 0.44
HSL 83.01º 0.86% 0.3% -
HSV(B) 83.01º 0.92% 0.56% -
XYZ 14.55 22.3 3.85 -
YUV 113.59 70.1 113.31 -
System Red Green Blue C M Y K H S L
Decimal 93 144 11 0.35 0 0.92 0.44 83.01 0.86 0.3
Hex 5D 90 B 23 0 5C 2C 53 56 1E
Octal 135 220 13 43 0 134 54 123 126 36
Binary 1011101 10010000 1011 100011 0 1011100 101100 1010011 1010110 11110

Color Harmonies of #5D900B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D900B

Black with #5D900B

Text Example


Text Example

White with #5D900B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,144,11); }

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

background-color css

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

 a { background-color: rgb(93,144,11); }

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

border-color css

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

 span { border-color: rgb(93,144,11); }

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