#618E77

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

Shades of Cutty Sark #618E77

Tints of Cutty Sark #618E77

Color information

#618E77 (or 0x618E77) is unknown color: approx Cutty Sark. HEX triplet: 61, 8E and 77. RGB value is (97,142,119). Sum of RGB (Red+Green+Blue) = 97+142+119=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 142 - color contains mainly: green. Hex color #618E77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618E77 is #9E7188. Grayscale: #7D7D7D. Windows color (decimal): -10383753 or 7835233. OLE color: 7835233.

HSL color Cylindrical-coordinate representation of color #618E77: hue angle of 149.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618E77 is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB97142119-
CMYK0.3200.160.44
HSL149.33º18.83%46.86%-
HSV(B)149.33º31.69%55.69%-
XYZ17.9323.2220.99-
YUV125.92124.09107.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 142 (55.86% from 255) = 39.66%
BLUE value IS 119 (46.88% from 255) = 33.24%
R=27.09%
G=39.66%
B=33.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971421190.3200.160.44149.3318.8346.86
Hex618E77200102C95132f
Octal14121616740020542252357
Binary11000011000111011101111000000100001011001001010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618E77; }

 p { color: rgb(97,142,119); }

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

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

 a { background-color: rgb(97,142,119); }

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

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

 span { border-color: rgb(97,142,119); }

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