#608775

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

Shades of Cutty Sark #608775

Tints of Cutty Sark #608775

Color information

#608775 (or 0x608775) is unknown color: approx Cutty Sark. HEX triplet: 60, 87 and 75. RGB value is (96,135,117). Sum of RGB (Red+Green+Blue) = 96+135+117=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #608775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608775 is #9F788A. Grayscale: #797979. Windows color (decimal): -10451083 or 7702368. OLE color: 7702368.

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

Color convert

RGB96135117-
CMYK0.2900.130.47
HSL152.31º16.88%45.29%-
HSV(B)152.31º28.89%52.94%-
XYZ16.721.120.02-
YUV121.29125.58109.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=27.59%
G=38.79%
B=33.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961351170.2900.130.47152.3116.8845.29
Hex6087751D0D2F98112d
Octal14020716535015572302155
Binary110000010000111111010111101011011011111001100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608775; }

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

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

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

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

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

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

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

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