#618278

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

Shades of Cutty Sark #618278

Tints of Cutty Sark #618278

Color information

#618278 (or 0x618278) is unknown color: approx Cutty Sark. HEX triplet: 61, 82 and 78. RGB value is (97,130,120). Sum of RGB (Red+Green+Blue) = 97+130+120=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 130 - color contains mainly: green. Hex color #618278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618278 is #9E7D87. Grayscale: #777777. Windows color (decimal): -10386824 or 7897697. OLE color: 7897697.

HSL color Cylindrical-coordinate representation of color #618278: hue angle of 161.82º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #618278 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB97130120-
CMYK0.2500.080.49
HSL161.82º14.54%44.51%-
HSV(B)161.82º25.38%50.98%-
XYZ16.319.8620.74-
YUV118.99128.57112.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 120 (47.27% from 255) = 34.58%
R=27.95%
G=37.46%
B=34.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971301200.2500.080.49161.8214.5444.51
Hex618278190831a2f2d
Octal14120217031010612421755
Binary11000011000001011110001100101000110001101000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618278; }

 p { color: rgb(97,130,120); }

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

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

 a { background-color: rgb(97,130,120); }

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

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

 span { border-color: rgb(97,130,120); }

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