#698279

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

Shades of Cutty Sark #698279

Tints of Cutty Sark #698279

Color information

#698279 (or 0x698279) is unknown color: approx Cutty Sark. HEX triplet: 69, 82 and 79. RGB value is (105,130,121). Sum of RGB (Red+Green+Blue) = 105+130+121=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #698279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698279 is #967D86. Grayscale: #797979. Windows color (decimal): -9862535 or 7963241. OLE color: 7963241.

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

Color convert

RGB105130121-
CMYK0.1900.070.49
HSL158.4º10.64%46.08%-
HSV(B)158.4º19.23%50.98%-
XYZ17.2620.3521.11-
YUV121.5127.72116.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.49%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=29.49%
G=36.52%
B=33.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051301210.1900.070.49158.410.6446.08
Hex6982791307319eb2e
Octal1512021712307612361356
Binary1101001100000101111001100110111110001100111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698279; }

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

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

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

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

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

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

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

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