#608773

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

Shades of Cutty Sark #608773

Tints of Cutty Sark #608773

Color information

#608773 (or 0x608773) is unknown color: approx Cutty Sark. HEX triplet: 60, 87 and 73. RGB value is (96,135,115). Sum of RGB (Red+Green+Blue) = 96+135+115=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #608773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608773 is #9F788C. Grayscale: #797979. Windows color (decimal): -10451085 or 7571296. OLE color: 7571296.

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

Color convert

RGB96135115-
CMYK0.2900.150.47
HSL149.23º16.88%45.29%-
HSV(B)149.23º28.89%52.94%-
XYZ16.5821.0519.41-
YUV121.06124.58110.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 135 (53.12% from 255) = 39.02%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=27.75%
G=39.02%
B=33.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351150.2900.150.47149.2316.8845.29
Hex6087731D0F2F95112d
Octal14020716335017572252155
Binary110000010000111111001111101011111011111001010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608773; }

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

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

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

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

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

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

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

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