Html Css Color HEX #5E9C71 Oxley

📋 copy color: '#5E9C71'

red 94 ◦ green 156 ◦ blue 113

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

Shades of Oxley #5E9C71

Tints of Oxley #5E9C71

RGB

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

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

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

R = 25.9%
G = 42.98%
B = 31.13%

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

#5E9C71 (or 0x5E9C71) is known color: Oxley. HEX triplet: 5E, 9C and 71. RGB value is (94,156,113). Sum of RGB (Red+Green+Blue) = 94+156+113=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9C71 is #A1638E. Grayscale: #848484. Windows color (decimal): -10576783 or 7445598. OLE color: 7445598.

HSL color Cylindrical-coordinate representation of color #5E9C71: hue angle of 138.39º 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 #5E9C71 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 156 113 -
CMYK 0.40 0 0.28 0.39
HSL 138.39º 0.25% 0.49% -
HSV(B) 138.39º 0.4% 0.61% -
XYZ 19.49 27.35 19.87 -
YUV 132.56 116.96 100.5 -
System Red Green Blue C M Y K H S L
Decimal 94 156 113 0.40 0 0.28 0.39 138.39 0.25 0.49
Hex 5E 9C 71 28 0 1C 27 8A 19 31
Octal 136 234 161 50 0 34 47 212 31 61
Binary 1011110 10011100 1110001 101000 0 11100 100111 10001010 11001 110001

Color Harmonies of #5E9C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9C71

Black with #5E9C71

Text Example


Text Example

White with #5E9C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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