#60897A

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

Shades of Cutty Sark #60897A

Tints of Cutty Sark #60897A

Color information

#60897A (or 0x60897A) is unknown color: approx Cutty Sark. HEX triplet: 60, 89 and 7A. RGB value is (96,137,122). Sum of RGB (Red+Green+Blue) = 96+137+122=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 137 (53.91% from 255 or 38.59% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 137 - color contains mainly: green. Hex color #60897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60897A is #9F7685. Grayscale: #7B7B7B. Windows color (decimal): -10450566 or 8030560. OLE color: 8030560.

HSL color Cylindrical-coordinate representation of color #60897A: hue angle of 158.05º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60897A is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB96137122-
CMYK0.3000.110.46
HSL158.05º17.6%45.69%-
HSV(B)158.05º29.93%53.73%-
XYZ17.2821.7821.71-
YUV123.03127.42108.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 137 (53.91% from 255) = 38.59%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=27.04%
G=38.59%
B=34.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961371220.3000.110.46158.0517.645.69
Hex60897A1E0B2E9e122e
Octal14021117236013562362256
Binary110000010001001111101011110010111011101001111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60897A; }

 p { color: rgb(96,137,122); }

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

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

 a { background-color: rgb(96,137,122); }

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

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

 span { border-color: rgb(96,137,122); }

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