#608978

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

Shades of Cutty Sark #608978

Tints of Cutty Sark #608978

Color information

#608978 (or 0x608978) is unknown color: approx Cutty Sark. HEX triplet: 60, 89 and 78. RGB value is (96,137,120). Sum of RGB (Red+Green+Blue) = 96+137+120=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #608978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608978 is #9F7687. Grayscale: #7A7A7A. Windows color (decimal): -10450568 or 7899488. OLE color: 7899488.

HSL color Cylindrical-coordinate representation of color #608978: hue angle of 155.12º 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 #608978 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB96137120-
CMYK0.3000.120.46
HSL155.12º17.6%45.69%-
HSV(B)155.12º29.93%53.73%-
XYZ17.1621.7321.06-
YUV122.8126.42108.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=27.20%
G=38.81%
B=33.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961371200.3000.120.46155.1217.645.69
Hex6089781E0C2E9b122e
Octal14021117036014562332256
Binary110000010001001111100011110011001011101001101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608978; }

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

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

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

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

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

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

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

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