#659E79

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

Shades of Oxley #659E79

Tints of Oxley #659E79

Color information

#659E79 (or 0x659E79) is unknown color: approx Oxley. HEX triplet: 65, 9E and 79. RGB value is (101,158,121). Sum of RGB (Red+Green+Blue) = 101+158+121=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 158 - color contains mainly: green. Hex color #659E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659E79 is #9A6186. Grayscale: #888888. Windows color (decimal): -10117511 or 7970405. OLE color: 7970405.

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

Color convert

RGB101158121-
CMYK0.3600.230.38
HSL141.05º22.71%50.78%-
HSV(B)141.05º36.08%61.96%-
XYZ21.0428.622.5-
YUV136.74119.12102.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 158 (62.11% from 255) = 41.58%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=26.58%
G=41.58%
B=31.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011581210.3600.230.38141.0522.7150.78
Hex659E7924017268d1733
Octal14523617144027462152763
Binary11001011001111011110011001000101111001101000110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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