#65917A

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

Shades of Patina #65917A

Tints of Patina #65917A

Color information

#65917A (or 0x65917A) is unknown color: approx Patina. HEX triplet: 65, 91 and 7A. RGB value is (101,145,122). Sum of RGB (Red+Green+Blue) = 101+145+122=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #65917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65917A is #9A6E85. Grayscale: #818181. Windows color (decimal): -10120838 or 8032613. OLE color: 8032613.

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

Color convert

RGB101145122-
CMYK0.3000.160.43
HSL148.64º17.89%48.24%-
HSV(B)148.64º30.34%56.86%-
XYZ19.0124.4222.12-
YUV129.22123.92107.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.45%
GREEN value IS 145 (57.03% from 255) = 39.40%
BLUE value IS 122 (48.05% from 255) = 33.15%
R=27.45%
G=39.40%
B=33.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011451220.3000.160.43148.6417.8948.24
Hex65917A1E0102B951230
Octal14522117236020532252260
Binary1100101100100011111010111100100001010111001010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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