#618775

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

Shades of Cutty Sark #618775

Tints of Cutty Sark #618775

Color information

#618775 (or 0x618775) is unknown color: approx Cutty Sark. HEX triplet: 61, 87 and 75. RGB value is (97,135,117). Sum of RGB (Red+Green+Blue) = 97+135+117=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #618775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618775 is #9E788A. Grayscale: #797979. Windows color (decimal): -10385547 or 7702369. OLE color: 7702369.

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

Color convert

RGB97135117-
CMYK0.2800.130.47
HSL151.58º16.38%45.49%-
HSV(B)151.58º28.15%52.94%-
XYZ16.821.1520.03-
YUV121.59125.41110.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 135 (53.12% from 255) = 38.68%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=27.79%
G=38.68%
B=33.52%

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
Decimal971351170.2800.130.47151.5816.3845.49
Hex6187751C0D2F98102d
Octal14120716534015572302055
Binary110000110000111111010111100011011011111001100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618775; }

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

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

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

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

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

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

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

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