Html Css Color HEX #5E890F Olive Drab

📋 copy color: '#5E890F'

red 94 ◦ green 137 ◦ blue 15

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

Shades of Olive Drab #5E890F

Tints of Olive Drab #5E890F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.69%

 BLUE value IS 15 (6.25% from 255) = 6.1%

R = 38.21%
G = 55.69%
B = 6.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#5E890F (or 0x5E890F) is known color: Olive Drab. HEX triplet: 5E, 89 and 0F. RGB value is (94,137,15). Sum of RGB (Red+Green+Blue) = 94+137+15=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #5E890F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E890F is #A176F0. Grayscale: #6E6E6E. Windows color (decimal): -10581745 or 1018206. OLE color: 1018206.

HSL color Cylindrical-coordinate representation of color #5E890F: hue angle of 81.15º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E890F is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 94 137 15 -
CMYK 0.31 0 0.89 0.46
HSL 81.15º 0.8% 0.3% -
HSV(B) 81.15º 0.89% 0.54% -
XYZ 13.65 20.31 3.65 -
YUV 110.24 74.25 116.42 -
System Red Green Blue C M Y K H S L
Decimal 94 137 15 0.31 0 0.89 0.46 81.15 0.8 0.3
Hex 5E 89 F 1F 0 59 2E 51 50 1E
Octal 136 211 17 37 0 131 56 121 120 36
Binary 1011110 10001001 1111 11111 0 1011001 101110 1010001 1010000 11110

Color Harmonies of #5E890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E890F

Black with #5E890F

Text Example


Text Example

White with #5E890F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,137,15); }

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

background-color css

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

 a { background-color: rgb(94,137,15); }

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

border-color css

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

 span { border-color: rgb(94,137,15); }

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