#659171

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

Shades of Oxley #659171

Tints of Oxley #659171

Color information

#659171 (or 0x659171) is unknown color: approx Oxley. HEX triplet: 65, 91 and 71. RGB value is (101,145,113). Sum of RGB (Red+Green+Blue) = 101+145+113=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #659171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659171 is #9A6E8E. Grayscale: #808080. Windows color (decimal): -10120847 or 7442789. OLE color: 7442789.

HSL color Cylindrical-coordinate representation of color #659171: hue angle of 136.36º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #659171 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB101145113-
CMYK0.3000.220.43
HSL136.36º17.89%48.24%-
HSV(B)136.36º30.34%56.86%-
XYZ18.4724.2119.32-
YUV128.2119.42108.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 145 (57.03% from 255) = 40.39%
BLUE value IS 113 (44.53% from 255) = 31.48%
R=28.13%
G=40.39%
B=31.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011451130.3000.220.43136.3617.8948.24
Hex6591711E0162B881230
Octal14522116136026532102260
Binary1100101100100011110001111100101101010111000100010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659171; }

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

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

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

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

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

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

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

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