Html Css Color HEX #5E850E Olive Drab

📋 copy color: '#5E850E'

red 94 ◦ green 133 ◦ blue 14

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

Shades of Olive Drab #5E850E

Tints of Olive Drab #5E850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.19%

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

R = 39%
G = 55.19%
B = 5.81%

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

#5E850E (or 0x5E850E) is known color: Olive Drab. HEX triplet: 5E, 85 and 0E. RGB value is (94,133,14). Sum of RGB (Red+Green+Blue) = 94+133+14=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #5E850E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E850E is #A17AF1. Grayscale: #6C6C6C. Windows color (decimal): -10582770 or 951646. OLE color: 951646.

HSL color Cylindrical-coordinate representation of color #5E850E: hue angle of 79.66º 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 #5E850E is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 133 14 -
CMYK 0.29 0 0.89 0.48
HSL 79.66º 0.81% 0.29% -
HSV(B) 79.66º 0.89% 0.52% -
XYZ 13.08 19.19 3.43 -
YUV 107.77 75.08 118.18 -
System Red Green Blue C M Y K H S L
Decimal 94 133 14 0.29 0 0.89 0.48 79.66 0.81 0.29
Hex 5E 85 E 1D 0 59 30 50 51 1D
Octal 136 205 16 35 0 131 60 120 121 35
Binary 1011110 10000101 1110 11101 0 1011001 110000 1010000 1010001 11101

Color Harmonies of #5E850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E850E

Black with #5E850E

Text Example


Text Example

White with #5E850E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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