#608679

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

Shades of Cutty Sark #608679

Tints of Cutty Sark #608679

Color information

#608679 (or 0x608679) is unknown color: approx Cutty Sark. HEX triplet: 60, 86 and 79. RGB value is (96,134,121). Sum of RGB (Red+Green+Blue) = 96+134+121=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 121 (47.66% from 255 or 34.47% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #608679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608679 is #9F7986. Grayscale: #797979. Windows color (decimal): -10451335 or 7964256. OLE color: 7964256.

HSL color Cylindrical-coordinate representation of color #608679: hue angle of 159.47º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608679 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB96134121-
CMYK0.2800.100.47
HSL159.47º16.52%45.1%-
HSV(B)159.47º28.36%52.55%-
XYZ16.820.9221.24-
YUV121.16127.91110.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.35%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 121 (47.66% from 255) = 34.47%
R=27.35%
G=38.18%
B=34.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961341210.2800.100.47159.4716.5245.1
Hex6086791C0A2F9f112d
Octal14020617134012572372155
Binary110000010000110111100111100010101011111001111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608679; }

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

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

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

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

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

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

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

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