#698578

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

Shades of Cutty Sark #698578

Tints of Cutty Sark #698578

Color information

#698578 (or 0x698578) is unknown color: approx Cutty Sark. HEX triplet: 69, 85 and 78. RGB value is (105,133,120). Sum of RGB (Red+Green+Blue) = 105+133+120=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #698578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698578 is #967A87. Grayscale: #7B7B7B. Windows color (decimal): -9861768 or 7898473. OLE color: 7898473.

HSL color Cylindrical-coordinate representation of color #698578: hue angle of 152.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698578 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB105133120-
CMYK0.2100.100.48
HSL152.14º11.76%46.67%-
HSV(B)152.14º21.05%52.16%-
XYZ17.621.1320.92-
YUV123.15126.22115.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.33%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=29.33%
G=37.15%
B=33.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051331200.2100.100.48152.1411.7646.67
Hex698578150A3098c2f
Octal15120517025012602301457
Binary11010011000010111110001010101010110000100110001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698578; }

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

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

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

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

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

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

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

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