#618E75

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

Shades of Cutty Sark #618E75

Tints of Cutty Sark #618E75

Color information

#618E75 (or 0x618E75) is unknown color: approx Cutty Sark. HEX triplet: 61, 8E and 75. RGB value is (97,142,117). Sum of RGB (Red+Green+Blue) = 97+142+117=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 142 - color contains mainly: green. Hex color #618E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618E75 is #9E718A. Grayscale: #7D7D7D. Windows color (decimal): -10383755 or 7704161. OLE color: 7704161.

HSL color Cylindrical-coordinate representation of color #618E75: hue angle of 146.67º 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 #618E75 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB97142117-
CMYK0.3200.180.44
HSL146.67º18.83%46.86%-
HSV(B)146.67º31.69%55.69%-
XYZ17.8123.1720.36-
YUV125.7123.09107.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=27.25%
G=39.89%
B=32.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971421170.3200.180.44146.6718.8346.86
Hex618E75200122C93132f
Octal14121616540022542232357
Binary11000011000111011101011000000100101011001001001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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