#607F70

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

Shades of Cutty Sark #607F70

Tints of Cutty Sark #607F70

Color information

#607F70 (or 0x607F70) is unknown color: approx Cutty Sark. HEX triplet: 60, 7F and 70. RGB value is (96,127,112). Sum of RGB (Red+Green+Blue) = 96+127+112=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 127 - color contains mainly: green. Hex color #607F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607F70 is #9F808F. Grayscale: #747474. Windows color (decimal): -10453136 or 7372640. OLE color: 7372640.

HSL color Cylindrical-coordinate representation of color #607F70: hue angle of 150.97º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607F70 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB96127112-
CMYK0.2400.120.50
HSL150.97º13.9%43.73%-
HSV(B)150.97º24.41%49.8%-
XYZ15.3418.8418.16-
YUV116.02125.73113.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.66%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 112 (44.14% from 255) = 33.43%
R=28.66%
G=37.91%
B=33.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal961271120.2400.120.50150.9713.943.73
Hex607F70180C3297e2c
Octal14017716030014622271654
Binary1100000111111111100001100001100110010100101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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