#608378

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

Shades of Cutty Sark #608378

Tints of Cutty Sark #608378

Color information

#608378 (or 0x608378) is unknown color: approx Cutty Sark. HEX triplet: 60, 83 and 78. RGB value is (96,131,120). Sum of RGB (Red+Green+Blue) = 96+131+120=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 131 - color contains mainly: green. Hex color #608378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608378 is #9F7C87. Grayscale: #777777. Windows color (decimal): -10452104 or 7897952. OLE color: 7897952.

HSL color Cylindrical-coordinate representation of color #608378: hue angle of 161.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #608378 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB96131120-
CMYK0.2700.080.49
HSL161.14º15.42%44.51%-
HSV(B)161.14º26.72%51.37%-
XYZ16.3320.0820.78-
YUV119.28128.4111.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 131 (51.56% from 255) = 37.75%
BLUE value IS 120 (47.27% from 255) = 34.58%
R=27.67%
G=37.75%
B=34.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961311200.2700.080.49161.1415.4244.51
Hex6083781B0831a1f2d
Octal14020317033010612411755
Binary11000001000001111110001101101000110001101000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608378; }

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

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

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

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

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

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

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

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