#60887A

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

Shades of Cutty Sark #60887A

Tints of Cutty Sark #60887A

Color information

#60887A (or 0x60887A) is unknown color: approx Cutty Sark. HEX triplet: 60, 88 and 7A. RGB value is (96,136,122). Sum of RGB (Red+Green+Blue) = 96+136+122=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 136 - color contains mainly: green. Hex color #60887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60887A is #9F7785. Grayscale: #7A7A7A. Windows color (decimal): -10450822 or 8030304. OLE color: 8030304.

HSL color Cylindrical-coordinate representation of color #60887A: hue angle of 159º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60887A is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB96136122-
CMYK0.2900.100.47
HSL159º17.24%45.49%-
HSV(B)159º29.41%53.33%-
XYZ17.1421.521.66-
YUV122.44127.75109.14-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 136 (53.52% from 255) = 38.42%
BLUE value IS 122 (48.05% from 255) = 34.46%
R=27.12%
G=38.42%
B=34.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961361220.2900.100.4715917.2445.49
Hex60887A1D0A2F9f112d
Octal14021017235012572372155
Binary110000010001000111101011101010101011111001111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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