#648D78

Color #648D78 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #648D78

Tints of Cutty Sark #648D78

Color information

#648D78 (or 0x648D78) is unknown color: approx Cutty Sark. HEX triplet: 64, 8D and 78. RGB value is (100,141,120). Sum of RGB (Red+Green+Blue) = 100+141+120=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 141 - color contains mainly: green. Hex color #648D78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648D78 is #9B7287. Grayscale: #7E7E7E. Windows color (decimal): -10187400 or 7900516. OLE color: 7900516.

HSL color Cylindrical-coordinate representation of color #648D78: hue angle of 149.27º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648D78 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB100141120-
CMYK0.2900.150.45
HSL149.27º17.01%47.25%-
HSV(B)149.27º29.08%55.29%-
XYZ18.1723.1221.27-
YUV126.35124.42109.21-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 141 (55.47% from 255) = 39.06%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=27.70%
G=39.06%
B=33.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001411200.2900.150.45149.2717.0147.25
Hex648D781D0F2D95112f
Octal14421517035017552252157
Binary110010010001101111100011101011111011011001010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648D78; }

 p { color: rgb(100,141,120); }

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

<style>
 a { background-color: #648D78; }

 a { background-color: rgb(100,141,120); }

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

<style>
 span { border-color: #648D78; }

 span { border-color: rgb(100,141,120); }

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