#61887A

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

Shades of Cutty Sark #61887A

Tints of Cutty Sark #61887A

Color information

#61887A (or 0x61887A) is unknown color: approx Cutty Sark. HEX triplet: 61, 88 and 7A. RGB value is (97,136,122). Sum of RGB (Red+Green+Blue) = 97+136+122=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 136 - color contains mainly: green. Hex color #61887A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61887A is #9E7785. Grayscale: #7A7A7A. Windows color (decimal): -10385286 or 8030305. OLE color: 8030305.

HSL color Cylindrical-coordinate representation of color #61887A: hue angle of 158.46º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #61887A is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB97136122-
CMYK0.2900.100.47
HSL158.46º16.74%45.69%-
HSV(B)158.46º28.68%53.33%-
XYZ17.2521.5521.66-
YUV122.74127.58109.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 136 (53.52% from 255) = 38.31%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=27.32%
G=38.31%
B=34.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971361220.2900.100.47158.4616.7445.69
Hex61887A1D0A2F9e112e
Octal14121017235012572362156
Binary110000110001000111101011101010101011111001111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61887A; }

 p { color: rgb(97,136,122); }

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

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

 a { background-color: rgb(97,136,122); }

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

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

 span { border-color: rgb(97,136,122); }

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