#618778

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

Shades of Cutty Sark #618778

Tints of Cutty Sark #618778

Color information

#618778 (or 0x618778) is unknown color: approx Cutty Sark. HEX triplet: 61, 87 and 78. RGB value is (97,135,120). Sum of RGB (Red+Green+Blue) = 97+135+120=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 135 - color contains mainly: green. Hex color #618778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618778 is #9E7887. Grayscale: #797979. Windows color (decimal): -10385544 or 7898977. OLE color: 7898977.

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

Color convert

RGB97135120-
CMYK0.2800.110.47
HSL156.32º16.38%45.49%-
HSV(B)156.32º28.15%52.94%-
XYZ16.9821.2320.97-
YUV121.93126.91110.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 135 (53.12% from 255) = 38.35%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=27.56%
G=38.35%
B=34.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351200.2800.110.47156.3216.3845.49
Hex6187781C0B2F9c102d
Octal14120717034013572342055
Binary110000110000111111100011100010111011111001110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618778; }

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

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

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

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

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

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

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

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