#65907F

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

Shades of Patina #65907F

Tints of Patina #65907F

Color information

#65907F (or 0x65907F) is unknown color: approx Patina. HEX triplet: 65, 90 and 7F. RGB value is (101,144,127). Sum of RGB (Red+Green+Blue) = 101+144+127=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #65907F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65907F is #9A6F80. Grayscale: #818181. Windows color (decimal): -10121089 or 8360037. OLE color: 8360037.

HSL color Cylindrical-coordinate representation of color #65907F: hue angle of 156.28º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65907F is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB101144127-
CMYK0.3000.120.44
HSL156.28º17.55%48.04%-
HSV(B)156.28º29.86%56.47%-
XYZ19.1724.2523.75-
YUV129.2126.75107.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 144 (56.64% from 255) = 38.71%
BLUE value IS 127 (50% from 255) = 34.14%
R=27.15%
G=38.71%
B=34.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011441270.3000.120.44156.2817.5548.04
Hex65907F1E0C2C9c1230
Octal14522017736014542342260
Binary110010110010000111111111110011001011001001110010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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