#65977F

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

Shades of Patina #65977F

Tints of Patina #65977F

Color information

#65977F (or 0x65977F) is unknown color: approx Patina. HEX triplet: 65, 97 and 7F. RGB value is (101,151,127). Sum of RGB (Red+Green+Blue) = 101+151+127=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 151 - color contains mainly: green. Hex color #65977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65977F is #9A6880. Grayscale: #858585. Windows color (decimal): -10119297 or 8361829. OLE color: 8361829.

HSL color Cylindrical-coordinate representation of color #65977F: hue angle of 151.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65977F is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB101151127-
CMYK0.3300.160.41
HSL151.2º19.84%49.41%-
HSV(B)151.2º33.11%59.22%-
XYZ20.2626.4324.11-
YUV133.31124.44104.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 151 (59.38% from 255) = 39.84%
BLUE value IS 127 (50% from 255) = 33.51%
R=26.65%
G=39.84%
B=33.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011511270.3300.160.41151.219.8449.41
Hex65977F2101029971431
Octal14522717741020512272461
Binary11001011001011111111111000010100001010011001011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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