#608170

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

Shades of Cutty Sark #608170

Tints of Cutty Sark #608170

Color information

#608170 (or 0x608170) is unknown color: approx Cutty Sark. HEX triplet: 60, 81 and 70. RGB value is (96,129,112). Sum of RGB (Red+Green+Blue) = 96+129+112=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #608170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608170 is #9F7E8F. Grayscale: #757575. Windows color (decimal): -10452624 or 7373152. OLE color: 7373152.

HSL color Cylindrical-coordinate representation of color #608170: hue angle of 149.09º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #608170 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB96129112-
CMYK0.2600.130.49
HSL149.09º14.67%44.12%-
HSV(B)149.09º25.58%50.59%-
XYZ15.619.3618.24-
YUV117.2125.07112.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 112 (44.14% from 255) = 33.23%
R=28.49%
G=38.28%
B=33.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961291120.2600.130.49149.0914.6744.12
Hex6081701A0D3195f2c
Octal14020116032015612251754
Binary11000001000000111100001101001101110001100101011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608170; }

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

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

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

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

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

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

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

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