#659671

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

Shades of Oxley #659671

Tints of Oxley #659671

Color information

#659671 (or 0x659671) is unknown color: approx Oxley. HEX triplet: 65, 96 and 71. RGB value is (101,150,113). Sum of RGB (Red+Green+Blue) = 101+150+113=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #659671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659671 is #9A698E. Grayscale: #838383. Windows color (decimal): -10119567 or 7444069. OLE color: 7444069.

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

Color convert

RGB101150113-
CMYK0.3300.250.41
HSL134.69º19.52%49.22%-
HSV(B)134.69º32.67%58.82%-
XYZ19.2525.7719.58-
YUV131.13117.77106.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 150 (58.98% from 255) = 41.21%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=27.75%
G=41.21%
B=31.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011501130.3300.250.41134.6919.5249.22
Hex6596712101929871431
Octal14522616141031512072461
Binary11001011001011011100011000010110011010011000011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659671; }

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

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

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

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

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

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

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

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