#608C71

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

Shades of Cutty Sark #608C71

Tints of Cutty Sark #608C71

Color information

#608C71 (or 0x608C71) is unknown color: approx Cutty Sark. HEX triplet: 60, 8C and 71. RGB value is (96,140,113). Sum of RGB (Red+Green+Blue) = 96+140+113=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 140 (55.08% from 255 or 40.11% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 140 - color contains mainly: green. Hex color #608C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608C71 is #9F738E. Grayscale: #7B7B7B. Windows color (decimal): -10449807 or 7441504. OLE color: 7441504.

HSL color Cylindrical-coordinate representation of color #608C71: hue angle of 143.18º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608C71 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB96140113-
CMYK0.3100.190.45
HSL143.18º18.64%46.27%-
HSV(B)143.18º31.43%54.9%-
XYZ17.1822.4419.05-
YUV123.77121.92108.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 140 (55.08% from 255) = 40.11%
BLUE value IS 113 (44.53% from 255) = 32.38%
R=27.51%
G=40.11%
B=32.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961401130.3100.190.45143.1818.6446.27
Hex608C711F0132D8f132e
Octal14021416137023552172356
Binary1100000100011001110001111110100111011011000111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608C71; }

 p { color: rgb(96,140,113); }

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

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

 a { background-color: rgb(96,140,113); }

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

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

 span { border-color: rgb(96,140,113); }

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