#609077

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

Shades of Cutty Sark #609077

Tints of Cutty Sark #609077

Color information

#609077 (or 0x609077) is unknown color: approx Cutty Sark. HEX triplet: 60, 90 and 77. RGB value is (96,144,119). Sum of RGB (Red+Green+Blue) = 96+144+119=359 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.74% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #609077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #609077 is #9F6F88. Grayscale: #7E7E7E. Windows color (decimal): -10448777 or 7835744. OLE color: 7835744.

HSL color Cylindrical-coordinate representation of color #609077: hue angle of 148.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #609077 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB96144119-
CMYK0.3300.170.44
HSL148.75º20%47.06%-
HSV(B)148.75º33.33%56.47%-
XYZ18.1323.7721.08-
YUV126.8123.6106.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.74%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=26.74%
G=40.11%
B=33.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961441190.3300.170.44148.752047.06
Hex609077210112C95142f
Octal14022016741021542252457
Binary11000001001000011101111000010100011011001001010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609077; }

 p { color: rgb(96,144,119); }

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

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

 a { background-color: rgb(96,144,119); }

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

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

 span { border-color: rgb(96,144,119); }

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