Html Css Color HEX #5E840E Olive Drab

📋 copy color: '#5E840E'

red 94 ◦ green 132 ◦ blue 14

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

Shades of Olive Drab #5E840E

Tints of Olive Drab #5E840E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55%

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 39.17%
G = 55%
B = 5.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#5E840E (or 0x5E840E) is known color: Olive Drab. HEX triplet: 5E, 84 and 0E. RGB value is (94,132,14). Sum of RGB (Red+Green+Blue) = 94+132+14=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #5E840E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E840E is #A17BF1. Grayscale: #6B6B6B. Windows color (decimal): -10583026 or 951390. OLE color: 951390.

HSL color Cylindrical-coordinate representation of color #5E840E: hue angle of 79.32º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E840E is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 132 14 -
CMYK 0.29 0 0.89 0.48
HSL 79.32º 0.81% 0.29% -
HSV(B) 79.32º 0.89% 0.52% -
XYZ 12.95 18.91 3.38 -
YUV 107.19 75.41 118.59 -
System Red Green Blue C M Y K H S L
Decimal 94 132 14 0.29 0 0.89 0.48 79.32 0.81 0.29
Hex 5E 84 E 1D 0 59 30 4F 51 1D
Octal 136 204 16 35 0 131 60 117 121 35
Binary 1011110 10000100 1110 11101 0 1011001 110000 1001111 1010001 11101

Color Harmonies of #5E840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E840E

Black with #5E840E

Text Example


Text Example

White with #5E840E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,132,14); }

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

background-color css

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

 a { background-color: rgb(94,132,14); }

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

border-color css

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

 span { border-color: rgb(94,132,14); }

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