Html Css Color HEX #5E910D Olive Drab

📋 copy color: '#5E910D'

red 94 ◦ green 145 ◦ blue 13

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

Shades of Olive Drab #5E910D

Tints of Olive Drab #5E910D

RGB

 RED value IS 94 (37.11% from 255) = 37.3%

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 37.3%
G = 57.54%
B = 5.16%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#5E910D (or 0x5E910D) is known color: Olive Drab. HEX triplet: 5E, 91 and 0D. RGB value is (94,145,13). Sum of RGB (Red+Green+Blue) = 94+145+13=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #5E910D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E910D is #A16EF2. Grayscale: #737373. Windows color (decimal): -10579699 or 889182. OLE color: 889182.

HSL color Cylindrical-coordinate representation of color #5E910D: hue angle of 83.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E910D is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 145 13 -
CMYK 0.35 0 0.91 0.43
HSL 83.18º 0.84% 0.31% -
HSV(B) 83.18º 0.91% 0.57% -
XYZ 14.81 22.66 3.97 -
YUV 114.7 70.6 113.23 -
System Red Green Blue C M Y K H S L
Decimal 94 145 13 0.35 0 0.91 0.43 83.18 0.84 0.31
Hex 5E 91 D 23 0 5B 2B 53 54 1F
Octal 136 221 15 43 0 133 53 123 124 37
Binary 1011110 10010001 1101 100011 0 1011011 101011 1010011 1010100 11111

Color Harmonies of #5E910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E910D

Black with #5E910D

Text Example


Text Example

White with #5E910D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,145,13); }

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

background-color css

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

 a { background-color: rgb(94,145,13); }

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

border-color css

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

 span { border-color: rgb(94,145,13); }

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