#61897A

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

Shades of Cutty Sark #61897A

Tints of Cutty Sark #61897A

Color information

#61897A (or 0x61897A) is unknown color: approx Cutty Sark. HEX triplet: 61, 89 and 7A. RGB value is (97,137,122). Sum of RGB (Red+Green+Blue) = 97+137+122=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #61897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61897A is #9E7685. Grayscale: #7B7B7B. Windows color (decimal): -10385030 or 8030561. OLE color: 8030561.

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

Color convert

RGB97137122-
CMYK0.2900.110.46
HSL157.5º17.09%45.88%-
HSV(B)157.5º29.2%53.73%-
XYZ17.3921.8421.71-
YUV123.33127.25109.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.25%
GREEN value IS 137 (53.91% from 255) = 38.48%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=27.25%
G=38.48%
B=34.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971371220.2900.110.46157.517.0945.88
Hex61897A1D0B2E9e112e
Octal14121117235013562362156
Binary110000110001001111101011101010111011101001111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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