#659F80

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

Shades of Oxley #659F80

Tints of Oxley #659F80

Color information

#659F80 (or 0x659F80) is unknown color: approx Oxley. HEX triplet: 65, 9F and 80. RGB value is (101,159,128). Sum of RGB (Red+Green+Blue) = 101+159+128=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #659F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F80 is #9A607F. Grayscale: #8A8A8A. Windows color (decimal): -10117248 or 8429413. OLE color: 8429413.

HSL color Cylindrical-coordinate representation of color #659F80: hue angle of 147.93º 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 #659F80 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB101159128-
CMYK0.3600.190.38
HSL147.93º23.2%50.98%-
HSV(B)147.93º36.48%62.35%-
XYZ21.6629.1224.9-
YUV138.12122.28101.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 128 (50.39% from 255) = 32.99%
R=26.03%
G=40.98%
B=32.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011591280.3600.190.38147.9323.250.98
Hex659F802401326941733
Octal14523720044023462242763
Binary110010110011111100000001001000100111001101001010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,159,128); }

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

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

 a { background-color: rgb(101,159,128); }

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

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

 span { border-color: rgb(101,159,128); }

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