Html Css Color HEX #5E9370 Oxley

📋 copy color: '#5E9370'

red 94 ◦ green 147 ◦ blue 112

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

Shades of Oxley #5E9370

Tints of Oxley #5E9370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.73%

R = 26.63%
G = 41.64%
B = 31.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#5E9370 (or 0x5E9370) is known color: Oxley. HEX triplet: 5E, 93 and 70. RGB value is (94,147,112). Sum of RGB (Red+Green+Blue) = 94+147+112=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9370 is #A16C8F. Grayscale: #7F7F7F. Windows color (decimal): -10579088 or 7377758. OLE color: 7377758.

HSL color Cylindrical-coordinate representation of color #5E9370: hue angle of 140.38º 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 #5E9370 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 147 112 -
CMYK 0.36 0 0.24 0.42
HSL 140.38º 0.22% 0.47% -
HSV(B) 140.38º 0.36% 0.58% -
XYZ 17.97 24.42 19.09 -
YUV 127.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 94 147 112 0.36 0 0.24 0.42 140.38 0.22 0.47
Hex 5E 93 70 24 0 18 2A 8C 16 2F
Octal 136 223 160 44 0 30 52 214 26 57
Binary 1011110 10010011 1110000 100100 0 11000 101010 10001100 10110 101111

Color Harmonies of #5E9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9370

Black with #5E9370

Text Example


Text Example

White with #5E9370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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