Html Css Color HEX #5E8D14 Olive Drab

📋 copy color: '#5E8D14'

red 94 ◦ green 141 ◦ blue 20

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

Shades of Olive Drab #5E8D14

Tints of Olive Drab #5E8D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 36.86%
G = 55.29%
B = 7.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#5E8D14 (or 0x5E8D14) is known color: Olive Drab. HEX triplet: 5E, 8D and 14. RGB value is (94,141,20). Sum of RGB (Red+Green+Blue) = 94+141+20=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 141 (55.47% from 255 or 55.29% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8D14 is #A172EB. Grayscale: #717171. Windows color (decimal): -10580716 or 1346910. OLE color: 1346910.

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

Color convert

RGB 94 141 20 -
CMYK 0.33 0 0.86 0.45
HSL 83.31º 0.75% 0.32% -
HSV(B) 83.31º 0.86% 0.55% -
XYZ 14.27 21.48 4.06 -
YUV 113.15 75.43 114.34 -
System Red Green Blue C M Y K H S L
Decimal 94 141 20 0.33 0 0.86 0.45 83.31 0.75 0.32
Hex 5E 8D 14 21 0 56 2D 53 4B 20
Octal 136 215 24 41 0 126 55 123 113 40
Binary 1011110 10001101 10100 100001 0 1010110 101101 1010011 1001011 100000

Color Harmonies of #5E8D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8D14

Black with #5E8D14

Text Example


Text Example

White with #5E8D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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