#607A70

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

Shades of Cutty Sark #607A70

Tints of Cutty Sark #607A70

Color information

#607A70 (or 0x607A70) is unknown color: approx Cutty Sark. HEX triplet: 60, 7A and 70. RGB value is (96,122,112). Sum of RGB (Red+Green+Blue) = 96+122+112=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 122 - color contains mainly: green. Hex color #607A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A70 is #9F858F. Grayscale: #717171. Windows color (decimal): -10454416 or 7371360. OLE color: 7371360.

HSL color Cylindrical-coordinate representation of color #607A70: hue angle of 156.92º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #607A70 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB96122112-
CMYK0.2100.080.52
HSL156.92º11.93%42.75%-
HSV(B)156.92º21.31%47.84%-
XYZ14.7117.5817.95-
YUV113.09127.39115.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.09%
GREEN value IS 122 (48.05% from 255) = 36.97%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=29.09%
G=36.97%
B=33.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal961221120.2100.080.52156.9211.9342.75
Hex607A701508349dc2b
Octal14017216025010642351453
Binary1100000111101011100001010101000110100100111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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