#608C79

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

Shades of Cutty Sark #608C79

Tints of Cutty Sark #608C79

Color information

#608C79 (or 0x608C79) is unknown color: approx Cutty Sark. HEX triplet: 60, 8C and 79. RGB value is (96,140,121). Sum of RGB (Red+Green+Blue) = 96+140+121=357 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.89% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 140 - color contains mainly: green. Hex color #608C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608C79 is #9F7386. Grayscale: #7C7C7C. Windows color (decimal): -10449799 or 7965792. OLE color: 7965792.

HSL color Cylindrical-coordinate representation of color #608C79: hue angle of 154.09º 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 #608C79 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB96140121-
CMYK0.3100.140.45
HSL154.09º18.64%46.27%-
HSV(B)154.09º31.43%54.9%-
XYZ17.6522.6221.53-
YUV124.68125.92107.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.89%
GREEN value IS 140 (55.08% from 255) = 39.22%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=26.89%
G=39.22%
B=33.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961401210.3100.140.45154.0918.6446.27
Hex608C791F0E2D9a132e
Octal14021417137016552322356
Binary110000010001100111100111111011101011011001101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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