#5E9A68

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

Shades of Oxley #5E9A68

Tints of Oxley #5E9A68

Color information

#5E9A68 (or 0x5E9A68) is unknown color: approx Oxley. HEX triplet: 5E, 9A and 68. RGB value is (94,154,104). Sum of RGB (Red+Green+Blue) = 94+154+104=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9A68 is #A16597. Grayscale: #828282. Windows color (decimal): -10577304 or 6855262. OLE color: 6855262.

HSL color Cylindrical-coordinate representation of color #5E9A68: hue angle of 130º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9A68 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB94154104-
CMYK0.3900.320.40
HSL130º24.19%48.63%-
HSV(B)130º38.96%60.39%-
XYZ18.6726.4917.23-
YUV130.36113.12102.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.70%
GREEN value IS 154 (60.55% from 255) = 43.75%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=26.70%
G=43.75%
B=29.55%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal941541040.3900.320.4013024.1948.63
Hex5E9A682702028821831
Octal13623215047040502023061
Binary101111010011010110100010011101000001010001000001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,154,104); }

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

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

 a { background-color: rgb(94,154,104); }

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

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

 span { border-color: rgb(94,154,104); }

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