#65997E

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

Shades of Patina #65997E

Tints of Patina #65997E

Color information

#65997E (or 0x65997E) is unknown color: approx Patina. HEX triplet: 65, 99 and 7E. RGB value is (101,153,126). Sum of RGB (Red+Green+Blue) = 101+153+126=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #65997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65997E is #9A6681. Grayscale: #868686. Windows color (decimal): -10118786 or 8296805. OLE color: 8296805.

HSL color Cylindrical-coordinate representation of color #65997E: hue angle of 148.85º 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 #65997E is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB101153126-
CMYK0.3400.180.4
HSL148.85º20.47%49.8%-
HSV(B)148.85º33.99%60%-
XYZ20.5227.0623.88-
YUV134.37123.27104.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=26.58%
G=40.26%
B=33.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1011531260.3400.180.4148.8520.4749.8
Hex65997E2201228951432
Octal14523117642022502252462
Binary11001011001100111111101000100100101010001001010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65997E; }

 p { color: rgb(101,153,126); }

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

<style>
 a { background-color: #65997E; }

 a { background-color: rgb(101,153,126); }

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

<style>
 span { border-color: #65997E; }

 span { border-color: rgb(101,153,126); }

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