#659679

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

Shades of Oxley #659679

Tints of Oxley #659679

Color information

#659679 (or 0x659679) is unknown color: approx Oxley. HEX triplet: 65, 96 and 79. RGB value is (101,150,121). Sum of RGB (Red+Green+Blue) = 101+150+121=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 150 - color contains mainly: green. Hex color #659679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659679 is #9A6986. Grayscale: #848484. Windows color (decimal): -10119559 or 7968357. OLE color: 7968357.

HSL color Cylindrical-coordinate representation of color #659679: hue angle of 144.49º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659679 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB101150121-
CMYK0.3300.190.41
HSL144.49º19.52%49.22%-
HSV(B)144.49º32.67%58.82%-
XYZ19.7225.9622.06-
YUV132.04121.77105.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=27.15%
G=40.32%
B=32.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011501210.3300.190.41144.4919.5249.22
Hex6596792101329901431
Octal14522617141023512202461
Binary11001011001011011110011000010100111010011001000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659679; }

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

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

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

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

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

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

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

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