Html Css Color HEX #5E950D Olive Drab

📋 copy color: '#5E950D'

red 94 ◦ green 149 ◦ blue 13

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

Shades of Olive Drab #5E950D

Tints of Olive Drab #5E950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.2%

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

R = 36.72%
G = 58.2%
B = 5.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#5E950D (or 0x5E950D) is known color: Olive Drab. HEX triplet: 5E, 95 and 0D. RGB value is (94,149,13). Sum of RGB (Red+Green+Blue) = 94+149+13=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #5E950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E950D is #A16AF2. Grayscale: #757575. Windows color (decimal): -10578675 or 890206. OLE color: 890206.

HSL color Cylindrical-coordinate representation of color #5E950D: hue angle of 84.26º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E950D is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 149 13 -
CMYK 0.37 0 0.91 0.42
HSL 84.26º 0.84% 0.32% -
HSV(B) 84.26º 0.91% 0.58% -
XYZ 15.44 23.9 4.18 -
YUV 117.05 69.28 111.56 -
System Red Green Blue C M Y K H S L
Decimal 94 149 13 0.37 0 0.91 0.42 84.26 0.84 0.32
Hex 5E 95 D 25 0 5B 2A 54 54 20
Octal 136 225 15 45 0 133 52 124 124 40
Binary 1011110 10010101 1101 100101 0 1011011 101010 1010100 1010100 100000

Color Harmonies of #5E950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E950D

Black with #5E950D

Text Example


Text Example

White with #5E950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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