#608976

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

Shades of Cutty Sark #608976

Tints of Cutty Sark #608976

Color information

#608976 (or 0x608976) is unknown color: approx Cutty Sark. HEX triplet: 60, 89 and 76. RGB value is (96,137,118). Sum of RGB (Red+Green+Blue) = 96+137+118=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #608976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608976 is #9F7689. Grayscale: #7A7A7A. Windows color (decimal): -10450570 or 7768416. OLE color: 7768416.

HSL color Cylindrical-coordinate representation of color #608976: hue angle of 152.2º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608976 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB96137118-
CMYK0.3000.140.46
HSL152.2º17.6%45.69%-
HSV(B)152.2º29.93%53.73%-
XYZ17.0421.6920.43-
YUV122.57125.42109.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.35%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=27.35%
G=39.03%
B=33.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961371180.3000.140.46152.217.645.69
Hex6089761E0E2E98122e
Octal14021116636016562302256
Binary110000010001001111011011110011101011101001100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608976; }

 p { color: rgb(96,137,118); }

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

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

 a { background-color: rgb(96,137,118); }

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

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

 span { border-color: rgb(96,137,118); }

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