Html Css Color HEX #5D9170 Oxley

📋 copy color: '#5D9170'

red 93 ◦ green 145 ◦ blue 112

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

Shades of Oxley #5D9170

Tints of Oxley #5D9170

RGB

 RED value IS 93 (36.72% from 255) = 26.57%

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

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

R = 26.57%
G = 41.43%
B = 32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#5D9170 (or 0x5D9170) is known color: Oxley. HEX triplet: 5D, 91 and 70. RGB value is (93,145,112). Sum of RGB (Red+Green+Blue) = 93+145+112=350 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.57% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #5D9170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9170 is #A26E8F. Grayscale: #7D7D7D. Windows color (decimal): -10645136 or 7377245. OLE color: 7377245.

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

Color convert

RGB 93 145 112 -
CMYK 0.36 0 0.23 0.43
HSL 141.92º 0.22% 0.47% -
HSV(B) 141.92º 0.36% 0.57% -
XYZ 17.56 23.75 18.99 -
YUV 125.69 120.27 104.68 -
System Red Green Blue C M Y K H S L
Decimal 93 145 112 0.36 0 0.23 0.43 141.92 0.22 0.47
Hex 5D 91 70 24 0 17 2B 8E 16 2F
Octal 135 221 160 44 0 27 53 216 26 57
Binary 1011101 10010001 1110000 100100 0 10111 101011 10001110 10110 101111

Color Harmonies of #5D9170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9170

Black with #5D9170

Text Example


Text Example

White with #5D9170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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