#698478

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

Shades of Cutty Sark #698478

Tints of Cutty Sark #698478

Color information

#698478 (or 0x698478) is unknown color: approx Cutty Sark. HEX triplet: 69, 84 and 78. RGB value is (105,132,120). Sum of RGB (Red+Green+Blue) = 105+132+120=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #698478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698478 is #967B87. Grayscale: #7A7A7A. Windows color (decimal): -9862024 or 7898217. OLE color: 7898217.

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

Color convert

RGB105132120-
CMYK0.2000.090.48
HSL153.33º11.39%46.47%-
HSV(B)153.33º20.45%51.76%-
XYZ17.4720.8620.88-
YUV122.56126.55115.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.41%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=29.41%
G=36.97%
B=33.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051321200.2000.090.48153.3311.3946.47
Hex69847814093099b2e
Octal15120417024011602311356
Binary11010011000010011110001010001001110000100110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698478; }

 p { color: rgb(105,132,120); }

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

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

 a { background-color: rgb(105,132,120); }

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

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

 span { border-color: rgb(105,132,120); }

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