#607D70

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

Shades of Cutty Sark #607D70

Tints of Cutty Sark #607D70

Color information

#607D70 (or 0x607D70) is unknown color: approx Cutty Sark. HEX triplet: 60, 7D and 70. RGB value is (96,125,112). Sum of RGB (Red+Green+Blue) = 96+125+112=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 125 - color contains mainly: green. Hex color #607D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607D70 is #9F828F. Grayscale: #727272. Windows color (decimal): -10453648 or 7372128. OLE color: 7372128.

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

Color convert

RGB96125112-
CMYK0.2300.100.51
HSL153.1º13.12%43.33%-
HSV(B)153.1º23.2%49.02%-
XYZ15.0818.3218.07-
YUV114.85126.39114.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.83%
GREEN value IS 125 (49.22% from 255) = 37.54%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=28.83%
G=37.54%
B=33.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961251120.2300.100.51153.113.1243.33
Hex607D70170A3399d2b
Octal14017516027012632311553
Binary1100000111110111100001011101010110011100110011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,125,112); }

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

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

 a { background-color: rgb(96,125,112); }

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

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

 span { border-color: rgb(96,125,112); }

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