#618D74

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

Shades of Cutty Sark #618D74

Tints of Cutty Sark #618D74

Color information

#618D74 (or 0x618D74) is unknown color: approx Cutty Sark. HEX triplet: 61, 8D and 74. RGB value is (97,141,116). Sum of RGB (Red+Green+Blue) = 97+141+116=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 141 - color contains mainly: green. Hex color #618D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D74 is #9E728B. Grayscale: #7D7D7D. Windows color (decimal): -10384012 or 7638369. OLE color: 7638369.

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

Color convert

RGB97141116-
CMYK0.3100.180.45
HSL145.91º18.49%46.67%-
HSV(B)145.91º31.21%55.29%-
XYZ17.6122.8520.01-
YUV124.99122.92108.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.40%
GREEN value IS 141 (55.47% from 255) = 39.83%
BLUE value IS 116 (45.70% from 255) = 32.77%
R=27.40%
G=39.83%
B=32.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971411160.3100.180.45145.9118.4946.67
Hex618D741F0122D92122f
Octal14121516437022552222257
Binary1100001100011011110100111110100101011011001001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,141,116); }

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

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

 a { background-color: rgb(97,141,116); }

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

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

 span { border-color: rgb(97,141,116); }

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