Html Css Color HEX #5E8D15 Olive Drab

📋 copy color: '#5E8D15'

red 94 ◦ green 141 ◦ blue 21

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

Shades of Olive Drab #5E8D15

Tints of Olive Drab #5E8D15

RGB

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

 GREEN value IS 141 (55.47% from 255) = 55.08%

 BLUE value IS 21 (8.59% from 255) = 8.2%

R = 36.72%
G = 55.08%
B = 8.2%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.45

RGB Variations

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

Color information

#5E8D15 (or 0x5E8D15) is known color: Olive Drab. HEX triplet: 5E, 8D and 15. RGB value is (94,141,21). Sum of RGB (Red+Green+Blue) = 94+141+21=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 141 (55.47% from 255 or 55.08% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8D15 is #A172EA. Grayscale: #717171. Windows color (decimal): -10580715 or 1412446. OLE color: 1412446.

HSL color Cylindrical-coordinate representation of color #5E8D15: hue angle of 83.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E8D15 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB 94 141 21 -
CMYK 0.33 0 0.85 0.45
HSL 83.5º 0.74% 0.32% -
HSV(B) 83.5º 0.85% 0.55% -
XYZ 14.28 21.48 4.1 -
YUV 113.27 75.93 114.26 -
System Red Green Blue C M Y K H S L
Decimal 94 141 21 0.33 0 0.85 0.45 83.5 0.74 0.32
Hex 5E 8D 15 21 0 55 2D 54 4A 20
Octal 136 215 25 41 0 125 55 124 112 40
Binary 1011110 10001101 10101 100001 0 1010101 101101 1010100 1001010 100000

Color Harmonies of #5E8D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8D15

Black with #5E8D15

Text Example


Text Example

White with #5E8D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,141,21); }

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

background-color css

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

 a { background-color: rgb(94,141,21); }

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

border-color css

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

 span { border-color: rgb(94,141,21); }

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