#618D79

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

Shades of Cutty Sark #618D79

Tints of Cutty Sark #618D79

Color information

#618D79 (or 0x618D79) is unknown color: approx Cutty Sark. HEX triplet: 61, 8D and 79. RGB value is (97,141,121). Sum of RGB (Red+Green+Blue) = 97+141+121=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 141 - color contains mainly: green. Hex color #618D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D79 is #9E7286. Grayscale: #7D7D7D. Windows color (decimal): -10384007 or 7966049. OLE color: 7966049.

HSL color Cylindrical-coordinate representation of color #618D79: hue angle of 152.73º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #618D79 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB97141121-
CMYK0.3100.140.45
HSL152.73º18.49%46.67%-
HSV(B)152.73º31.21%55.29%-
XYZ17.9122.9721.58-
YUV125.56125.42107.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 141 (55.47% from 255) = 39.28%
BLUE value IS 121 (47.66% from 255) = 33.70%
R=27.02%
G=39.28%
B=33.70%

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
Decimal971411210.3100.140.45152.7318.4946.67
Hex618D791F0E2D99122f
Octal14121517137016552312257
Binary110000110001101111100111111011101011011001100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,141,121); }

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

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

 a { background-color: rgb(97,141,121); }

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

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

 span { border-color: rgb(97,141,121); }

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