#608270

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

Shades of Cutty Sark #608270

Tints of Cutty Sark #608270

Color information

#608270 (or 0x608270) is unknown color: approx Cutty Sark. HEX triplet: 60, 82 and 70. RGB value is (96,130,112). Sum of RGB (Red+Green+Blue) = 96+130+112=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 130 - color contains mainly: green. Hex color #608270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608270 is #9F7D8F. Grayscale: #757575. Windows color (decimal): -10452368 or 7373408. OLE color: 7373408.

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

Color convert

RGB96130112-
CMYK0.2600.140.49
HSL148.24º15.04%44.31%-
HSV(B)148.24º26.15%50.98%-
XYZ15.7319.6218.29-
YUV117.78124.74112.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.40%
GREEN value IS 130 (51.17% from 255) = 38.46%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=28.40%
G=38.46%
B=33.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961301120.2600.140.49148.2415.0444.31
Hex6082701A0E3194f2c
Octal14020216032016612241754
Binary11000001000001011100001101001110110001100101001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608270; }

 p { color: rgb(96,130,112); }

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

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

 a { background-color: rgb(96,130,112); }

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

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

 span { border-color: rgb(96,130,112); }

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