#60857B

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

Shades of Cutty Sark #60857B

Tints of Cutty Sark #60857B

Color information

#60857B (or 0x60857B) is unknown color: approx Cutty Sark. HEX triplet: 60, 85 and 7B. RGB value is (96,133,123). Sum of RGB (Red+Green+Blue) = 96+133+123=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #60857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60857B is #9F7A84. Grayscale: #787878. Windows color (decimal): -10451589 or 8095072. OLE color: 8095072.

HSL color Cylindrical-coordinate representation of color #60857B: hue angle of 163.78º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #60857B is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB96133123-
CMYK0.2800.080.48
HSL163.78º16.16%44.9%-
HSV(B)163.78º27.82%52.16%-
XYZ16.7920.6921.85-
YUV120.8129.24110.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=27.27%
G=37.78%
B=34.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal961331230.2800.080.48163.7816.1644.9
Hex60857B1C0830a4102d
Octal14020517334010602442055
Binary110000010000101111101111100010001100001010010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60857B; }

 p { color: rgb(96,133,123); }

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

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

 a { background-color: rgb(96,133,123); }

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

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

 span { border-color: rgb(96,133,123); }

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