#618774

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

Shades of Cutty Sark #618774

Tints of Cutty Sark #618774

Color information

#618774 (or 0x618774) is unknown color: approx Cutty Sark. HEX triplet: 61, 87 and 74. RGB value is (97,135,116). Sum of RGB (Red+Green+Blue) = 97+135+116=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #618774 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618774 is #9E788B. Grayscale: #797979. Windows color (decimal): -10385548 or 7636833. OLE color: 7636833.

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

Color convert

RGB97135116-
CMYK0.2800.140.47
HSL150º16.38%45.49%-
HSV(B)150º28.15%52.94%-
XYZ16.7521.1319.72-
YUV121.47124.91110.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 116 (45.70% from 255) = 33.33%
R=27.87%
G=38.79%
B=33.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971351160.2800.140.4715016.3845.49
Hex6187741C0E2F96102d
Octal14120716434016572262055
Binary110000110000111111010011100011101011111001011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618774; }

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

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

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

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

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

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

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

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