#65927F

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

Shades of Patina #65927F

Tints of Patina #65927F

Color information

#65927F (or 0x65927F) is unknown color: approx Patina. HEX triplet: 65, 92 and 7F. RGB value is (101,146,127). Sum of RGB (Red+Green+Blue) = 101+146+127=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #65927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65927F is #9A6D80. Grayscale: #828282. Windows color (decimal): -10120577 or 8360549. OLE color: 8360549.

HSL color Cylindrical-coordinate representation of color #65927F: hue angle of 154.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65927F is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB101146127-
CMYK0.3100.130.43
HSL154.67º18.22%48.43%-
HSV(B)154.67º30.82%57.25%-
XYZ19.4824.8623.85-
YUV130.38126.09107.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 146 (57.42% from 255) = 39.04%
BLUE value IS 127 (50% from 255) = 33.96%
R=27.01%
G=39.04%
B=33.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461270.3100.130.43154.6718.2248.43
Hex65927F1F0D2B9b1230
Octal14522217737015532332260
Binary110010110010010111111111111011011010111001101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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