#618D75

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

Shades of Cutty Sark #618D75

Tints of Cutty Sark #618D75

Color information

#618D75 (or 0x618D75) is unknown color: approx Cutty Sark. HEX triplet: 61, 8D and 75. RGB value is (97,141,117). Sum of RGB (Red+Green+Blue) = 97+141+117=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 141 - color contains mainly: green. Hex color #618D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618D75 is #9E728A. Grayscale: #7D7D7D. Windows color (decimal): -10384011 or 7703905. OLE color: 7703905.

HSL color Cylindrical-coordinate representation of color #618D75: hue angle of 147.27º 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 #618D75 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB97141117-
CMYK0.3100.170.45
HSL147.27º18.49%46.67%-
HSV(B)147.27º31.21%55.29%-
XYZ17.6722.8820.31-
YUV125.11123.42107.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 141 (55.47% from 255) = 39.72%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=27.32%
G=39.72%
B=32.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971411170.3100.170.45147.2718.4946.67
Hex618D751F0112D93122f
Octal14121516537021552232257
Binary1100001100011011110101111110100011011011001001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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