Html Css Color HEX #5E891A Olive Drab

📋 copy color: '#5E891A'

red 94 ◦ green 137 ◦ blue 26

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

Shades of Olive Drab #5E891A

Tints of Olive Drab #5E891A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.12%

R = 36.58%
G = 53.31%
B = 10.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#5E891A (or 0x5E891A) is known color: Olive Drab. HEX triplet: 5E, 89 and 1A. RGB value is (94,137,26). Sum of RGB (Red+Green+Blue) = 94+137+26=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #5E891A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E891A is #A176E5. Grayscale: #6F6F6F. Windows color (decimal): -10581734 or 1739102. OLE color: 1739102.

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

Color convert

RGB 94 137 26 -
CMYK 0.31 0 0.81 0.46
HSL 83.24º 0.68% 0.32% -
HSV(B) 83.24º 0.81% 0.54% -
XYZ 13.75 20.35 4.18 -
YUV 111.49 79.75 115.53 -
System Red Green Blue C M Y K H S L
Decimal 94 137 26 0.31 0 0.81 0.46 83.24 0.68 0.32
Hex 5E 89 1A 1F 0 51 2E 53 44 20
Octal 136 211 32 37 0 121 56 123 104 40
Binary 1011110 10001001 11010 11111 0 1010001 101110 1010011 1000100 100000

Color Harmonies of #5E891A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E891A

Black with #5E891A

Text Example


Text Example

White with #5E891A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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