Html Css Color HEX #5E9371 Oxley

📋 copy color: '#5E9371'

red 94 ◦ green 147 ◦ blue 113

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

Shades of Oxley #5E9371

Tints of Oxley #5E9371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.53%

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 26.55%
G = 41.53%
B = 31.92%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#5E9371 (or 0x5E9371) is known color: Oxley. HEX triplet: 5E, 93 and 71. RGB value is (94,147,113). Sum of RGB (Red+Green+Blue) = 94+147+113=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 147 (57.81% from 255 or 41.53% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9371 is #A16C8E. Grayscale: #7F7F7F. Windows color (decimal): -10579087 or 7443294. OLE color: 7443294.

HSL color Cylindrical-coordinate representation of color #5E9371: hue angle of 141.51º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E9371 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 147 113 -
CMYK 0.36 0 0.23 0.42
HSL 141.51º 0.22% 0.47% -
HSV(B) 141.51º 0.36% 0.58% -
XYZ 18.03 24.44 19.39 -
YUV 127.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 94 147 113 0.36 0 0.23 0.42 141.51 0.22 0.47
Hex 5E 93 71 24 0 17 2A 8E 16 2F
Octal 136 223 161 44 0 27 52 216 26 57
Binary 1011110 10010011 1110001 100100 0 10111 101010 10001110 10110 101111

Color Harmonies of #5E9371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9371

Black with #5E9371

Text Example


Text Example

White with #5E9371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,147,113); }

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

background-color css

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

 a { background-color: rgb(94,147,113); }

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

border-color css

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

 span { border-color: rgb(94,147,113); }

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