#5E9D78

Color #5E9D78 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #5E9D78

Tints of Oxley #5E9D78

Color information

#5E9D78 (or 0x5E9D78) is unknown color: approx Oxley. HEX triplet: 5E, 9D and 78. RGB value is (94,157,120). Sum of RGB (Red+Green+Blue) = 94+157+120=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9D78 is #A16287. Grayscale: #868686. Windows color (decimal): -10576520 or 7904606. OLE color: 7904606.

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

Color convert

RGB94157120-
CMYK0.4000.240.38
HSL144.76º25.1%49.22%-
HSV(B)144.76º40.13%61.57%-
XYZ20.0627.8522.09-
YUV133.94120.1399.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 25.34%
GREEN value IS 157 (61.72% from 255) = 42.32%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=25.34%
G=42.32%
B=32.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941571200.4000.240.38144.7625.149.22
Hex5E9D782801826911931
Octal13623517050030462213161
Binary10111101001110111110001010000110001001101001000111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,157,120); }

 H1.HeaderClassName
 {
   color: #5E9D78;
 }
 .AnyTagClassName
 {
   color: #5E9D78;
 }
</style>
background-color css

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

 a { background-color: rgb(94,157,120); }

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

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

 span { border-color: rgb(94,157,120); }

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