#618975

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

Shades of Cutty Sark #618975

Tints of Cutty Sark #618975

Color information

#618975 (or 0x618975) is unknown color: approx Cutty Sark. HEX triplet: 61, 89 and 75. RGB value is (97,137,117). Sum of RGB (Red+Green+Blue) = 97+137+117=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #618975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618975 is #9E768A. Grayscale: #7A7A7A. Windows color (decimal): -10385035 or 7702881. OLE color: 7702881.

HSL color Cylindrical-coordinate representation of color #618975: hue angle of 150º 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 #618975 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB97137117-
CMYK0.2900.150.46
HSL150º17.09%45.88%-
HSV(B)150º29.2%53.73%-
XYZ17.0921.7220.12-
YUV122.76124.75109.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.64%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=27.64%
G=39.03%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal971371170.2900.150.4615017.0945.88
Hex6189751D0F2E96112e
Octal14121116535017562262156
Binary110000110001001111010111101011111011101001011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618975; }

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

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

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

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

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

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

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

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