Html Css Color HEX #5D9C71 Oxley

📋 copy color: '#5D9C71'

red 93 ◦ green 156 ◦ blue 113

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

Shades of Oxley #5D9C71

Tints of Oxley #5D9C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.09%

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

R = 25.69%
G = 43.09%
B = 31.22%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#5D9C71 (or 0x5D9C71) is known color: Oxley. HEX triplet: 5D, 9C and 71. RGB value is (93,156,113). Sum of RGB (Red+Green+Blue) = 93+156+113=362 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.69% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 156 - color contains mainly: green. Hex color #5D9C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5D9C71 is #A2638E. Grayscale: #848484. Windows color (decimal): -10642319 or 7445597. OLE color: 7445597.

HSL color Cylindrical-coordinate representation of color #5D9C71: hue angle of 139.05º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D9C71 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 156 113 -
CMYK 0.40 0 0.28 0.39
HSL 139.05º 0.25% 0.49% -
HSV(B) 139.05º 0.4% 0.61% -
XYZ 19.38 27.3 19.87 -
YUV 132.26 117.13 100 -
System Red Green Blue C M Y K H S L
Decimal 93 156 113 0.40 0 0.28 0.39 139.05 0.25 0.49
Hex 5D 9C 71 28 0 1C 27 8B 19 31
Octal 135 234 161 50 0 34 47 213 31 61
Binary 1011101 10011100 1110001 101000 0 11100 100111 10001011 11001 110001

Color Harmonies of #5D9C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D9C71

Black with #5D9C71

Text Example


Text Example

White with #5D9C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,156,113); }

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

background-color css

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

 a { background-color: rgb(93,156,113); }

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

border-color css

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

 span { border-color: rgb(93,156,113); }

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