#618779

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

Shades of Cutty Sark #618779

Tints of Cutty Sark #618779

Color information

#618779 (or 0x618779) is unknown color: approx Cutty Sark. HEX triplet: 61, 87 and 79. RGB value is (97,135,121). Sum of RGB (Red+Green+Blue) = 97+135+121=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #618779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618779 is #9E7886. Grayscale: #7A7A7A. Windows color (decimal): -10385543 or 7964513. OLE color: 7964513.

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

Color convert

RGB97135121-
CMYK0.2800.100.47
HSL157.89º16.38%45.49%-
HSV(B)157.89º28.15%52.94%-
XYZ17.0421.2521.29-
YUV122.04127.41110.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=27.48%
G=38.24%
B=34.28%

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
Decimal971351210.2800.100.47157.8916.3845.49
Hex6187791C0A2F9e102d
Octal14120717134012572362055
Binary110000110000111111100111100010101011111001111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618779; }

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

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

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

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

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

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

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

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