#618379

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

Shades of Cutty Sark #618379

Tints of Cutty Sark #618379

Color information

#618379 (or 0x618379) is unknown color: approx Cutty Sark. HEX triplet: 61, 83 and 79. RGB value is (97,131,121). Sum of RGB (Red+Green+Blue) = 97+131+121=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 131 - color contains mainly: green. Hex color #618379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618379 is #9E7C86. Grayscale: #777777. Windows color (decimal): -10386567 or 7963489. OLE color: 7963489.

HSL color Cylindrical-coordinate representation of color #618379: hue angle of 162.35º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #618379 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB97131121-
CMYK0.2600.080.49
HSL162.35º14.91%44.71%-
HSV(B)162.35º25.95%51.37%-
XYZ16.520.1521.11-
YUV119.69128.74111.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.79%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=27.79%
G=37.54%
B=34.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971311210.2600.080.49162.3514.9144.71
Hex6183791A0831a2f2d
Octal14120317132010612421755
Binary11000011000001111110011101001000110001101000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618379; }

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

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

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

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

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

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

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

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