#659775

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

Shades of Oxley #659775

Tints of Oxley #659775

Color information

#659775 (or 0x659775) is unknown color: approx Oxley. HEX triplet: 65, 97 and 75. RGB value is (101,151,117). Sum of RGB (Red+Green+Blue) = 101+151+117=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 151 - color contains mainly: green. Hex color #659775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659775 is #9A688A. Grayscale: #848484. Windows color (decimal): -10119307 or 7706469. OLE color: 7706469.

HSL color Cylindrical-coordinate representation of color #659775: hue angle of 139.2º 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 #659775 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB101151117-
CMYK0.3300.230.41
HSL139.2º19.84%49.41%-
HSV(B)139.2º33.11%59.22%-
XYZ19.6426.1820.85-
YUV132.17119.44105.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 151 (59.38% from 255) = 40.92%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=27.37%
G=40.92%
B=31.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011511170.3300.230.41139.219.8449.41
Hex65977521017298b1431
Octal14522716541027512132461
Binary11001011001011111101011000010101111010011000101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659775; }

 p { color: rgb(101,151,117); }

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

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

 a { background-color: rgb(101,151,117); }

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

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

 span { border-color: rgb(101,151,117); }

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