#65907A

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

Shades of Patina #65907A

Tints of Patina #65907A

Color information

#65907A (or 0x65907A) is unknown color: approx Patina. HEX triplet: 65, 90 and 7A. RGB value is (101,144,122). Sum of RGB (Red+Green+Blue) = 101+144+122=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #65907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65907A is #9A6F85. Grayscale: #808080. Windows color (decimal): -10121094 or 8032357. OLE color: 8032357.

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

Color convert

RGB101144122-
CMYK0.3000.150.44
HSL149.3º17.55%48.04%-
HSV(B)149.3º29.86%56.47%-
XYZ18.8524.1222.07-
YUV128.64124.25108.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.52%
GREEN value IS 144 (56.64% from 255) = 39.24%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=27.52%
G=39.24%
B=33.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011441220.3000.150.44149.317.5548.04
Hex65907A1E0F2C951230
Octal14522017236017542252260
Binary110010110010000111101011110011111011001001010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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