#697B74

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

Shades of Cutty Sark #697B74

Tints of Cutty Sark #697B74

Color information

#697B74 (or 0x697B74) is unknown color: approx Cutty Sark. HEX triplet: 69, 7B and 74. RGB value is (105,123,116). Sum of RGB (Red+Green+Blue) = 105+123+116=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 123 - color contains mainly: green. Hex color #697B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B74 is #96848B. Grayscale: #747474. Windows color (decimal): -9864332 or 7633769. OLE color: 7633769.

HSL color Cylindrical-coordinate representation of color #697B74: hue angle of 156.67º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #697B74 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB105123116-
CMYK0.1500.060.52
HSL156.67º7.89%44.71%-
HSV(B)156.67º14.63%48.24%-
XYZ16.0618.4319.23-
YUV116.82127.54119.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 123 (48.44% from 255) = 35.76%
BLUE value IS 116 (45.70% from 255) = 33.72%
R=30.52%
G=35.76%
B=33.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1051231160.1500.060.52156.677.8944.71
Hex697B74F06349d82d
Octal1511731641706642351055
Binary11010011111011111010011110110110100100111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697B74; }

 p { color: rgb(105,123,116); }

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

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

 a { background-color: rgb(105,123,116); }

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

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

 span { border-color: rgb(105,123,116); }

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