#60786E

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

Shades of Cutty Sark #60786E

Tints of Cutty Sark #60786E

Color information

#60786E (or 0x60786E) is unknown color: approx Cutty Sark. HEX triplet: 60, 78 and 6E. RGB value is (96,120,110). Sum of RGB (Red+Green+Blue) = 96+120+110=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 120 - color contains mainly: green. Hex color #60786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60786E is #9F8791. Grayscale: #6F6F6F. Windows color (decimal): -10454930 or 7239776. OLE color: 7239776.

HSL color Cylindrical-coordinate representation of color #60786E: hue angle of 155º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60786E is Cyan = 0.2, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB96120110-
CMYK0.200.080.53
HSL155º11.11%42.35%-
HSV(B)155º20%47.06%-
XYZ14.3517.0517.29-
YUV111.68127.05116.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=29.45%
G=36.81%
B=33.74%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961201100.200.080.5315511.1142.35
Hex60786E1408359bb2a
Octal14017015624010652331352
Binary1100000111100011011101010001000110101100110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,120,110); }

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

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

 a { background-color: rgb(96,120,110); }

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

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

 span { border-color: rgb(96,120,110); }

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