#659181

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

Shades of Patina #659181

Tints of Patina #659181

Color information

#659181 (or 0x659181) is unknown color: approx Patina. HEX triplet: 65, 91 and 81. RGB value is (101,145,129). Sum of RGB (Red+Green+Blue) = 101+145+129=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #659181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659181 is #9A6E7E. Grayscale: #828282. Windows color (decimal): -10120831 or 8491365. OLE color: 8491365.

HSL color Cylindrical-coordinate representation of color #659181: hue angle of 158.18º 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 #659181 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB101145129-
CMYK0.3000.110.43
HSL158.18º17.89%48.24%-
HSV(B)158.18º30.34%56.86%-
XYZ19.4524.624.49-
YUV130.02127.42107.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 145 (57.03% from 255) = 38.67%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=26.93%
G=38.67%
B=34.4%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011451290.3000.110.43158.1817.8948.24
Hex6591811E0B2B9e1230
Octal14522120136013532362260
Binary1100101100100011000000111110010111010111001111010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659181; }

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

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

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

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

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

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

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

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