#618672

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

Shades of Cutty Sark #618672

Tints of Cutty Sark #618672

Color information

#618672 (or 0x618672) is unknown color: approx Cutty Sark. HEX triplet: 61, 86 and 72. RGB value is (97,134,114). Sum of RGB (Red+Green+Blue) = 97+134+114=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #618672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618672 is #9E798D. Grayscale: #787878. Windows color (decimal): -10385806 or 7505505. OLE color: 7505505.

HSL color Cylindrical-coordinate representation of color #618672: hue angle of 147.57º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #618672 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB97134114-
CMYK0.2800.150.47
HSL147.57º16.02%45.29%-
HSV(B)147.57º27.61%52.55%-
XYZ16.4920.8119.07-
YUV120.66124.24111.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.12%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=28.12%
G=38.84%
B=33.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971341140.2800.150.47147.5716.0245.29
Hex6186721C0F2F94102d
Octal14120616234017572242055
Binary110000110000110111001011100011111011111001010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618672; }

 p { color: rgb(97,134,114); }

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

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

 a { background-color: rgb(97,134,114); }

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

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

 span { border-color: rgb(97,134,114); }

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