Html Css Color HEX #5E9170 Oxley

📋 copy color: '#5E9170'

red 94 ◦ green 145 ◦ blue 112

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

Shades of Oxley #5E9170

Tints of Oxley #5E9170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.31%

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

R = 26.78%
G = 41.31%
B = 31.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#5E9170 (or 0x5E9170) is known color: Oxley. HEX triplet: 5E, 91 and 70. RGB value is (94,145,112). Sum of RGB (Red+Green+Blue) = 94+145+112=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #5E9170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9170 is #A16E8F. Grayscale: #7E7E7E. Windows color (decimal): -10579600 or 7377246. OLE color: 7377246.

HSL color Cylindrical-coordinate representation of color #5E9170: hue angle of 141.18º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E9170 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 145 112 -
CMYK 0.35 0 0.23 0.43
HSL 141.18º 0.21% 0.47% -
HSV(B) 141.18º 0.35% 0.57% -
XYZ 17.67 23.8 18.99 -
YUV 125.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 94 145 112 0.35 0 0.23 0.43 141.18 0.21 0.47
Hex 5E 91 70 23 0 17 2B 8D 15 2F
Octal 136 221 160 43 0 27 53 215 25 57
Binary 1011110 10010001 1110000 100011 0 10111 101011 10001101 10101 101111

Color Harmonies of #5E9170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9170

Black with #5E9170

Text Example


Text Example

White with #5E9170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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