#618C78

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

Shades of Cutty Sark #618C78

Tints of Cutty Sark #618C78

Color information

#618C78 (or 0x618C78) is unknown color: approx Cutty Sark. HEX triplet: 61, 8C and 78. RGB value is (97,140,120). Sum of RGB (Red+Green+Blue) = 97+140+120=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 140 - color contains mainly: green. Hex color #618C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618C78 is #9E7387. Grayscale: #7C7C7C. Windows color (decimal): -10384264 or 7900257. OLE color: 7900257.

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

Color convert

RGB97140120-
CMYK0.3100.140.45
HSL152.09º18.14%46.47%-
HSV(B)152.09º30.71%54.9%-
XYZ17.722.6521.21-
YUV124.86125.25108.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 140 (55.08% from 255) = 39.22%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=27.17%
G=39.22%
B=33.61%

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
Decimal971401200.3100.140.45152.0918.1446.47
Hex618C781F0E2D98122e
Octal14121417037016552302256
Binary110000110001100111100011111011101011011001100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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