Html Css Color HEX #697C74 Cutty Sark

📋 copy color: '#697C74'

red 105 ◦ green 124 ◦ blue 116

#697C74
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cutty Sark #697C74

Tints of Cutty Sark #697C74

RGB

 RED value IS 105 (41.41% from 255) = 30.43%

 GREEN value IS 124 (48.83% from 255) = 35.94%

 BLUE value IS 116 (45.7% from 255) = 33.62%

R = 30.43%
G = 35.94%
B = 33.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#697C74 (or 0x697C74) is known color: Cutty Sark. HEX triplet: 69, 7C and 74. RGB value is (105,124,116). Sum of RGB (Red+Green+Blue) = 105+124+116=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 124 - color contains mainly: green. Hex color #697C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C74 is #96838B. Grayscale: #757575. Windows color (decimal): -9864076 or 7634025. OLE color: 7634025.

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

Color convert

RGB 105 124 116 -
CMYK 0.15 0 0.06 0.51
HSL 154.74º 0.08% 0.45% -
HSV(B) 154.74º 0.15% 0.49% -
XYZ 16.19 18.68 19.28 -
YUV 117.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 105 124 116 0.15 0 0.06 0.51 154.74 0.08 0.45
Hex 69 7C 74 F 0 6 33 9B 8 2D
Octal 151 174 164 17 0 6 63 233 10 55
Binary 1101001 1111100 1110100 1111 0 110 110011 10011011 1000 101101

Color Harmonies of #697C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697C74

Black with #697C74

Text Example


Text Example

White with #697C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #697C74;
 }
 .AnyTagClassName
 {
   color: #697C74;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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