#618976

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

Shades of Cutty Sark #618976

Tints of Cutty Sark #618976

Color information

#618976 (or 0x618976) is unknown color: approx Cutty Sark. HEX triplet: 61, 89 and 76. RGB value is (97,137,118). Sum of RGB (Red+Green+Blue) = 97+137+118=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #618976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618976 is #9E7689. Grayscale: #7A7A7A. Windows color (decimal): -10385034 or 7768417. OLE color: 7768417.

HSL color Cylindrical-coordinate representation of color #618976: hue angle of 151.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618976 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB97137118-
CMYK0.2900.140.46
HSL151.5º17.09%45.88%-
HSV(B)151.5º29.2%53.73%-
XYZ17.1521.7420.43-
YUV122.87125.25109.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=27.56%
G=38.92%
B=33.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971371180.2900.140.46151.517.0945.88
Hex6189761D0E2E98112e
Octal14121116635016562302156
Binary110000110001001111011011101011101011101001100010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618976; }

 p { color: rgb(97,137,118); }

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

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

 a { background-color: rgb(97,137,118); }

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

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

 span { border-color: rgb(97,137,118); }

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