#607C73

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

Shades of Cutty Sark #607C73

Tints of Cutty Sark #607C73

Color information

#607C73 (or 0x607C73) is unknown color: approx Cutty Sark. HEX triplet: 60, 7C and 73. RGB value is (96,124,115). Sum of RGB (Red+Green+Blue) = 96+124+115=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 124 - color contains mainly: green. Hex color #607C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607C73 is #9F838C. Grayscale: #727272. Windows color (decimal): -10453901 or 7568480. OLE color: 7568480.

HSL color Cylindrical-coordinate representation of color #607C73: hue angle of 160.71º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #607C73 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB96124115-
CMYK0.2300.070.51
HSL160.71º12.73%43.14%-
HSV(B)160.71º22.58%48.63%-
XYZ15.1318.1418.92-
YUV114.6128.22114.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 115 (45.31% from 255) = 34.33%
R=28.66%
G=37.01%
B=34.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961241150.2300.070.51160.7112.7343.14
Hex607C73170733a1d2b
Octal1401741632707632411553
Binary110000011111001110011101110111110011101000011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607C73; }

 p { color: rgb(96,124,115); }

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

<style>
 a { background-color: #607C73; }

 a { background-color: rgb(96,124,115); }

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

<style>
 span { border-color: #607C73; }

 span { border-color: rgb(96,124,115); }

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