#65988D

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

Shades of Patina #65988D

Tints of Patina #65988D

Color information

#65988D (or 0x65988D) is unknown color: approx Patina. HEX triplet: 65, 98 and 8D. RGB value is (101,152,141). Sum of RGB (Red+Green+Blue) = 101+152+141=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #65988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65988D is #9A6772. Grayscale: #878787. Windows color (decimal): -10119027 or 9279589. OLE color: 9279589.

HSL color Cylindrical-coordinate representation of color #65988D: hue angle of 167.06º 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 #65988D is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB101152141-
CMYK0.3400.070.40
HSL167.06º20.16%49.61%-
HSV(B)167.06º33.55%59.61%-
XYZ21.427.1529.31-
YUV135.5131.1103.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 141 (55.47% from 255) = 35.79%
R=25.63%
G=38.58%
B=35.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011521410.3400.070.40167.0620.1649.61
Hex65988D220728a71432
Octal1452302154207502472462
Binary1100101100110001000110110001001111010001010011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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