#618679

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

Shades of Cutty Sark #618679

Tints of Cutty Sark #618679

Color information

#618679 (or 0x618679) is unknown color: approx Cutty Sark. HEX triplet: 61, 86 and 79. RGB value is (97,134,121). Sum of RGB (Red+Green+Blue) = 97+134+121=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 121 (47.66% from 255 or 34.38% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #618679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618679 is #9E7986. Grayscale: #797979. Windows color (decimal): -10385799 or 7964257. OLE color: 7964257.

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

Color convert

RGB97134121-
CMYK0.2800.100.47
HSL158.92º16.02%45.29%-
HSV(B)158.92º27.61%52.55%-
XYZ16.9120.9721.25-
YUV121.46127.74110.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 121 (47.66% from 255) = 34.38%
R=27.56%
G=38.07%
B=34.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971341210.2800.100.47158.9216.0245.29
Hex6186791C0A2F9f102d
Octal14120617134012572372055
Binary110000110000110111100111100010101011111001111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618679; }

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

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

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

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

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

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

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

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