#618678

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

Shades of Cutty Sark #618678

Tints of Cutty Sark #618678

Color information

#618678 (or 0x618678) is unknown color: approx Cutty Sark. HEX triplet: 61, 86 and 78. RGB value is (97,134,120). Sum of RGB (Red+Green+Blue) = 97+134+120=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #618678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618678 is #9E7987. Grayscale: #797979. Windows color (decimal): -10385800 or 7898721. OLE color: 7898721.

HSL color Cylindrical-coordinate representation of color #618678: hue angle of 157.3º degrees, saturation: 0.16, 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 #618678 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB97134120-
CMYK0.2800.100.47
HSL157.3º16.02%45.29%-
HSV(B)157.3º27.61%52.55%-
XYZ16.8520.9520.92-
YUV121.34127.24110.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=27.64%
G=38.18%
B=34.19%

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
Decimal971341200.2800.100.47157.316.0245.29
Hex6186781C0A2F9d102d
Octal14120617034012572352055
Binary110000110000110111100011100010101011111001110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618678; }

 p { color: rgb(97,134,120); }

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

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

 a { background-color: rgb(97,134,120); }

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

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

 span { border-color: rgb(97,134,120); }

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