#65987F

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

Shades of Patina #65987F

Tints of Patina #65987F

Color information

#65987F (or 0x65987F) is unknown color: approx Patina. HEX triplet: 65, 98 and 7F. RGB value is (101,152,127). Sum of RGB (Red+Green+Blue) = 101+152+127=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #65987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65987F is #9A6780. Grayscale: #858585. Windows color (decimal): -10119041 or 8362085. OLE color: 8362085.

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

Color convert

RGB101152127-
CMYK0.3400.160.40
HSL150.59º20.16%49.61%-
HSV(B)150.59º33.55%59.61%-
XYZ20.4326.7624.17-
YUV133.9124.1104.53-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 152 (59.77% from 255) = 40%
BLUE value IS 127 (50% from 255) = 33.42%
R=26.58%
G=40%
B=33.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011521270.3400.160.40150.5920.1649.61
Hex65987F2201028971432
Octal14523017742020502272462
Binary11001011001100011111111000100100001010001001011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65987F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65987F; }

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

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

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

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

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

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

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

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