#698379

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

Shades of Cutty Sark #698379

Tints of Cutty Sark #698379

Color information

#698379 (or 0x698379) is unknown color: approx Cutty Sark. HEX triplet: 69, 83 and 79. RGB value is (105,131,121). Sum of RGB (Red+Green+Blue) = 105+131+121=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #698379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698379 is #967C86. Grayscale: #7A7A7A. Windows color (decimal): -9862279 or 7963497. OLE color: 7963497.

HSL color Cylindrical-coordinate representation of color #698379: hue angle of 156.92º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698379 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB105131121-
CMYK0.2000.080.49
HSL156.92º11.02%46.27%-
HSV(B)156.92º19.85%51.37%-
XYZ17.3920.6221.15-
YUV122.09127.39115.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 121 (47.66% from 255) = 33.89%
R=29.41%
G=36.69%
B=33.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051311210.2000.080.49156.9211.0246.27
Hex6983791408319db2e
Octal15120317124010612351356
Binary11010011000001111110011010001000110001100111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698379; }

 p { color: rgb(105,131,121); }

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

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

 a { background-color: rgb(105,131,121); }

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

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

 span { border-color: rgb(105,131,121); }

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