#618773

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

Shades of Cutty Sark #618773

Tints of Cutty Sark #618773

Color information

#618773 (or 0x618773) is unknown color: approx Cutty Sark. HEX triplet: 61, 87 and 73. RGB value is (97,135,115). Sum of RGB (Red+Green+Blue) = 97+135+115=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #618773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618773 is #9E788C. Grayscale: #797979. Windows color (decimal): -10385549 or 7571297. OLE color: 7571297.

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

Color convert

RGB97135115-
CMYK0.2800.150.47
HSL148.42º16.38%45.49%-
HSV(B)148.42º28.15%52.94%-
XYZ16.6921.1119.41-
YUV121.36124.41110.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 115 (45.31% from 255) = 33.14%
R=27.95%
G=38.90%
B=33.14%

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
Decimal971351150.2800.150.47148.4216.3845.49
Hex6187731C0F2F94102d
Octal14120716334017572242055
Binary110000110000111111001111100011111011111001010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618773; }

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

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

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

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

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

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

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

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