#60877A

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

Shades of Cutty Sark #60877A

Tints of Cutty Sark #60877A

Color information

#60877A (or 0x60877A) is unknown color: approx Cutty Sark. HEX triplet: 60, 87 and 7A. RGB value is (96,135,122). Sum of RGB (Red+Green+Blue) = 96+135+122=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 135 - color contains mainly: green. Hex color #60877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60877A is #9F7885. Grayscale: #797979. Windows color (decimal): -10451078 or 8030048. OLE color: 8030048.

HSL color Cylindrical-coordinate representation of color #60877A: hue angle of 160º 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 #60877A is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB96135122-
CMYK0.2900.100.47
HSL160º16.88%45.29%-
HSV(B)160º28.89%52.94%-
XYZ1721.2221.61-
YUV121.86128.08109.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 135 (53.12% from 255) = 38.24%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=27.20%
G=38.24%
B=34.56%

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
Decimal961351220.2900.100.4716016.8845.29
Hex60877A1D0A2Fa0112d
Octal14020717235012572402155
Binary110000010000111111101011101010101011111010000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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