#61887B

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

Shades of Cutty Sark #61887B

Tints of Cutty Sark #61887B

Color information

#61887B (or 0x61887B) is unknown color: approx Cutty Sark. HEX triplet: 61, 88 and 7B. RGB value is (97,136,123). Sum of RGB (Red+Green+Blue) = 97+136+123=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #61887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61887B is #9E7784. Grayscale: #7A7A7A. Windows color (decimal): -10385285 or 8095841. OLE color: 8095841.

HSL color Cylindrical-coordinate representation of color #61887B: hue angle of 160º 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 #61887B is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB97136123-
CMYK0.2900.100.47
HSL160º16.74%45.69%-
HSV(B)160º28.68%53.33%-
XYZ17.3121.5821.99-
YUV122.86128.08109.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 136 (53.52% from 255) = 38.20%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=27.25%
G=38.20%
B=34.55%

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
Decimal971361230.2900.100.4716016.7445.69
Hex61887B1D0A2Fa0112e
Octal14121017335012572402156
Binary110000110001000111101111101010101011111010000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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