#698978

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

Shades of Cutty Sark #698978

Tints of Cutty Sark #698978

Color information

#698978 (or 0x698978) is unknown color: approx Cutty Sark. HEX triplet: 69, 89 and 78. RGB value is (105,137,120). Sum of RGB (Red+Green+Blue) = 105+137+120=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #698978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698978 is #967687. Grayscale: #7D7D7D. Windows color (decimal): -9860744 or 7899497. OLE color: 7899497.

HSL color Cylindrical-coordinate representation of color #698978: hue angle of 148.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698978 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB105137120-
CMYK0.2300.120.46
HSL148.12º13.22%47.45%-
HSV(B)148.12º23.36%53.73%-
XYZ18.1622.2521.11-
YUV125.49124.9113.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.01%
GREEN value IS 137 (53.91% from 255) = 37.85%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=29.01%
G=37.85%
B=33.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051371200.2300.120.46148.1213.2247.45
Hex698978170C2E94d2f
Octal15121117027014562241557
Binary11010011000100111110001011101100101110100101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698978; }

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

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

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

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

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

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

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

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