#65988A

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

Shades of Patina #65988A

Tints of Patina #65988A

Color information

#65988A (or 0x65988A) is unknown color: approx Patina. HEX triplet: 65, 98 and 8A. RGB value is (101,152,138). Sum of RGB (Red+Green+Blue) = 101+152+138=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 152 (59.77% from 255 or 38.87% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 152 - color contains mainly: green. Hex color #65988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65988A is #9A6775. Grayscale: #878787. Windows color (decimal): -10119030 or 9082981. OLE color: 9082981.

HSL color Cylindrical-coordinate representation of color #65988A: hue angle of 163.53º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65988A is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB101152138-
CMYK0.3400.090.40
HSL163.53º20.16%49.61%-
HSV(B)163.53º33.55%59.61%-
XYZ21.1827.0628.15-
YUV135.16129.6103.64-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.83%
GREEN value IS 152 (59.77% from 255) = 38.87%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=25.83%
G=38.87%
B=35.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011521380.3400.090.40163.5320.1649.61
Hex65988A220928a41432
Octal14523021242011502442462
Binary11001011001100010001010100010010011010001010010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65988A; }

 p { color: rgb(101,152,138); }

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

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

 a { background-color: rgb(101,152,138); }

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

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

 span { border-color: rgb(101,152,138); }

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