#618B7A

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

Shades of Cutty Sark #618B7A

Tints of Cutty Sark #618B7A

Color information

#618B7A (or 0x618B7A) is unknown color: approx Cutty Sark. HEX triplet: 61, 8B and 7A. RGB value is (97,139,122). Sum of RGB (Red+Green+Blue) = 97+139+122=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #618B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618B7A is #9E7485. Grayscale: #7C7C7C. Windows color (decimal): -10384518 or 8031073. OLE color: 8031073.

HSL color Cylindrical-coordinate representation of color #618B7A: hue angle of 155.71º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618B7A is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB97139122-
CMYK0.3000.120.45
HSL155.71º17.8%46.27%-
HSV(B)155.71º30.22%54.51%-
XYZ17.6822.4121.81-
YUV124.5126.59108.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 139 (54.69% from 255) = 38.83%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=27.09%
G=38.83%
B=34.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971391220.3000.120.45155.7117.846.27
Hex618B7A1E0C2D9c122e
Octal14121317236014552342256
Binary110000110001011111101011110011001011011001110010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618B7A; }

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

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

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

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

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

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

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

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