#607C75

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

Shades of Cutty Sark #607C75

Tints of Cutty Sark #607C75

Color information

#607C75 (or 0x607C75) is unknown color: approx Cutty Sark. HEX triplet: 60, 7C and 75. RGB value is (96,124,117). Sum of RGB (Red+Green+Blue) = 96+124+117=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 124 - color contains mainly: green. Hex color #607C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607C75 is #9F838A. Grayscale: #727272. Windows color (decimal): -10453899 or 7699552. OLE color: 7699552.

HSL color Cylindrical-coordinate representation of color #607C75: hue angle of 165º 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 #607C75 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB96124117-
CMYK0.2300.060.51
HSL165º12.73%43.14%-
HSV(B)165º22.58%48.63%-
XYZ15.2418.1919.54-
YUV114.83129.22114.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=28.49%
G=36.80%
B=34.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961241170.2300.060.5116512.7343.14
Hex607C75170633a5d2b
Octal1401741652706632451553
Binary110000011111001110101101110110110011101001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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