#65917F

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

Shades of Patina #65917F

Tints of Patina #65917F

Color information

#65917F (or 0x65917F) is unknown color: approx Patina. HEX triplet: 65, 91 and 7F. RGB value is (101,145,127). Sum of RGB (Red+Green+Blue) = 101+145+127=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #65917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65917F is #9A6E80. Grayscale: #818181. Windows color (decimal): -10120833 or 8360293. OLE color: 8360293.

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

Color convert

RGB101145127-
CMYK0.3000.120.43
HSL155.45º17.89%48.24%-
HSV(B)155.45º30.34%56.86%-
XYZ19.3224.5523.8-
YUV129.79126.42107.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 145 (57.03% from 255) = 38.87%
BLUE value IS 127 (50% from 255) = 34.05%
R=27.08%
G=38.87%
B=34.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011451270.3000.120.43155.4517.8948.24
Hex65917F1E0C2B9b1230
Octal14522117736014532332260
Binary110010110010001111111111110011001010111001101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65917F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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