#5E9E66

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

Shades of Oxley #5E9E66

Tints of Oxley #5E9E66

Color information

#5E9E66 (or 0x5E9E66) is unknown color: approx Oxley. HEX triplet: 5E, 9E and 66. RGB value is (94,158,102). Sum of RGB (Red+Green+Blue) = 94+158+102=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #5E9E66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9E66 is #A16199. Grayscale: #848484. Windows color (decimal): -10576282 or 6725214. OLE color: 6725214.

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

Color convert

RGB94158102-
CMYK0.4100.350.38
HSL127.5º25.4%49.41%-
HSV(B)127.5º40.51%61.96%-
XYZ19.2427.7916.92-
YUV132.48110.8100.55-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.55%
GREEN value IS 158 (62.11% from 255) = 44.63%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=26.55%
G=44.63%
B=28.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal941581020.4100.350.38127.525.449.41
Hex5E9E662902326801931
Octal13623614651043462003161
Binary101111010011110110011010100101000111001101000000011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E9E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,158,102); }

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

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

 a { background-color: rgb(94,158,102); }

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

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

 span { border-color: rgb(94,158,102); }

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