#659E78

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

Shades of Oxley #659E78

Tints of Oxley #659E78

Color information

#659E78 (or 0x659E78) is unknown color: approx Oxley. HEX triplet: 65, 9E and 78. RGB value is (101,158,120). Sum of RGB (Red+Green+Blue) = 101+158+120=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #659E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659E78 is #9A6187. Grayscale: #888888. Windows color (decimal): -10117512 or 7904869. OLE color: 7904869.

HSL color Cylindrical-coordinate representation of color #659E78: hue angle of 140º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659E78 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB101158120-
CMYK0.3600.240.38
HSL140º22.71%50.78%-
HSV(B)140º36.08%61.96%-
XYZ20.9828.5822.18-
YUV136.62118.62102.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 158 (62.11% from 255) = 41.69%
BLUE value IS 120 (47.27% from 255) = 31.66%
R=26.65%
G=41.69%
B=31.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011581200.3600.240.3814022.7150.78
Hex659E7824018268c1733
Octal14523617044030462142763
Binary11001011001111011110001001000110001001101000110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659E78; }

 p { color: rgb(101,158,120); }

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

<style>
 a { background-color: #659E78; }

 a { background-color: rgb(101,158,120); }

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

<style>
 span { border-color: #659E78; }

 span { border-color: rgb(101,158,120); }

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