#618674

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

Shades of Cutty Sark #618674

Tints of Cutty Sark #618674

Color information

#618674 (or 0x618674) is unknown color: approx Cutty Sark. HEX triplet: 61, 86 and 74. RGB value is (97,134,116). Sum of RGB (Red+Green+Blue) = 97+134+116=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #618674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618674 is #9E798B. Grayscale: #787878. Windows color (decimal): -10385804 or 7636577. OLE color: 7636577.

HSL color Cylindrical-coordinate representation of color #618674: hue angle of 150.81º 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 #618674 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB97134116-
CMYK0.2800.130.47
HSL150.81º16.02%45.29%-
HSV(B)150.81º27.61%52.55%-
XYZ16.6120.8519.67-
YUV120.88125.24110.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=27.95%
G=38.62%
B=33.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971341160.2800.130.47150.8116.0245.29
Hex6186741C0D2F97102d
Octal14120616434015572272055
Binary110000110000110111010011100011011011111001011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618674; }

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

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

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

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

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

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

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

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