#697973

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

Shades of Cutty Sark #697973

Tints of Cutty Sark #697973

Color information

#697973 (or 0x697973) is unknown color: approx Cutty Sark. HEX triplet: 69, 79 and 73. RGB value is (105,121,115). Sum of RGB (Red+Green+Blue) = 105+121+115=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 121 - color contains mainly: green. Hex color #697973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697973 is #96868C. Grayscale: #737373. Windows color (decimal): -9864845 or 7567721. OLE color: 7567721.

HSL color Cylindrical-coordinate representation of color #697973: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #697973 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB105121115-
CMYK0.1300.050.53
HSL157.5º7.08%44.31%-
HSV(B)157.5º13.22%47.45%-
XYZ15.7617.9218.85-
YUV115.53127.7120.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=30.79%
G=35.48%
B=33.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051211150.1300.050.53157.57.0844.31
Hex697973D05359e72c
Octal151171163150565236754
Binary1101001111100111100111101010111010110011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697973; }

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

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

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

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

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

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

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

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