#618D73

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

Shades of Cutty Sark #618D73

Tints of Cutty Sark #618D73

Color information

#618D73 (or 0x618D73) is unknown color: approx Cutty Sark. HEX triplet: 61, 8D and 73. RGB value is (97,141,115). Sum of RGB (Red+Green+Blue) = 97+141+115=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 141 - color contains mainly: green. Hex color #618D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D73 is #9E728C. Grayscale: #7C7C7C. Windows color (decimal): -10384013 or 7572833. OLE color: 7572833.

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

Color convert

RGB97141115-
CMYK0.3100.180.45
HSL144.55º18.49%46.67%-
HSV(B)144.55º31.21%55.29%-
XYZ17.5522.8319.7-
YUV124.88122.42108.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 141 (55.47% from 255) = 39.94%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=27.48%
G=39.94%
B=32.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971411150.3100.180.45144.5518.4946.67
Hex618D731F0122D91122f
Octal14121516337022552212257
Binary1100001100011011110011111110100101011011001000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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