#608872

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

Shades of Cutty Sark #608872

Tints of Cutty Sark #608872

Color information

#608872 (or 0x608872) is unknown color: approx Cutty Sark. HEX triplet: 60, 88 and 72. RGB value is (96,136,114). Sum of RGB (Red+Green+Blue) = 96+136+114=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 136 (53.52% from 255 or 39.31% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 136 - color contains mainly: green. Hex color #608872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608872 is #9F778D. Grayscale: #797979. Windows color (decimal): -10450830 or 7506016. OLE color: 7506016.

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

Color convert

RGB96136114-
CMYK0.2900.160.47
HSL147º17.24%45.49%-
HSV(B)147º29.41%53.33%-
XYZ16.6721.3119.15-
YUV121.53123.75109.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 136 (53.52% from 255) = 39.31%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=27.75%
G=39.31%
B=32.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal961361140.2900.160.4714717.2445.49
Hex6088721D0102F93112d
Octal14021016235020572232155
Binary1100000100010001110010111010100001011111001001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608872; }

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

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

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

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

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

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

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

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