#64927B

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

Shades of Patina #64927B

Tints of Patina #64927B

Color information

#64927B (or 0x64927B) is unknown color: approx Patina. HEX triplet: 64, 92 and 7B. RGB value is (100,146,123). Sum of RGB (Red+Green+Blue) = 100+146+123=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 146 (57.42% from 255 or 39.57% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 146 - color contains mainly: green. Hex color #64927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64927B is #9B6D84. Grayscale: #818181. Windows color (decimal): -10186117 or 8098404. OLE color: 8098404.

HSL color Cylindrical-coordinate representation of color #64927B: hue angle of 150º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64927B is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB100146123-
CMYK0.3200.160.43
HSL150º18.7%48.24%-
HSV(B)150º31.51%57.25%-
XYZ19.1124.722.5-
YUV129.62124.26106.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.10%
GREEN value IS 146 (57.42% from 255) = 39.57%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=27.10%
G=39.57%
B=33.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1001461230.3200.160.4315018.748.24
Hex64927B200102B961330
Octal14422217340020532262360
Binary11001001001001011110111000000100001010111001011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64927B; }

 p { color: rgb(100,146,123); }

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

<style>
 a { background-color: #64927B; }

 a { background-color: rgb(100,146,123); }

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

<style>
 span { border-color: #64927B; }

 span { border-color: rgb(100,146,123); }

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