#608875

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

Shades of Cutty Sark #608875

Tints of Cutty Sark #608875

Color information

#608875 (or 0x608875) is unknown color: approx Cutty Sark. HEX triplet: 60, 88 and 75. RGB value is (96,136,117). Sum of RGB (Red+Green+Blue) = 96+136+117=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 117 (46.09% from 255 or 33.52% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #608875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608875 is #9F778A. Grayscale: #797979. Windows color (decimal): -10450827 or 7702624. OLE color: 7702624.

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

Color convert

RGB96136117-
CMYK0.2900.140.47
HSL151.5º17.24%45.49%-
HSV(B)151.5º29.41%53.33%-
XYZ16.8421.3820.07-
YUV121.87125.25109.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 117 (46.09% from 255) = 33.52%
R=27.51%
G=38.97%
B=33.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961361170.2900.140.47151.517.2445.49
Hex6088751D0E2F98112d
Octal14021016535016572302155
Binary110000010001000111010111101011101011111001100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608875; }

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

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

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

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

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

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

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

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