Html Css Color HEX #697D75 Cutty Sark

📋 copy color: '#697D75'

red 105 ◦ green 125 ◦ blue 117

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

Shades of Cutty Sark #697D75

Tints of Cutty Sark #697D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.02%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 30.26%
G = 36.02%
B = 33.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#697D75 (or 0x697D75) is known color: Cutty Sark. HEX triplet: 69, 7D and 75. RGB value is (105,125,117). Sum of RGB (Red+Green+Blue) = 105+125+117=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 125 - color contains mainly: green. Hex color #697D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D75 is #96828A. Grayscale: #767676. Windows color (decimal): -9863819 or 7699817. OLE color: 7699817.

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

Color convert

RGB 105 125 117 -
CMYK 0.16 0 0.06 0.51
HSL 156º 0.09% 0.45% -
HSV(B) 156º 0.16% 0.49% -
XYZ 16.37 18.95 19.63 -
YUV 118.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 105 125 117 0.16 0 0.06 0.51 156 0.09 0.45
Hex 69 7D 75 10 0 6 33 9C 9 2D
Octal 151 175 165 20 0 6 63 234 11 55
Binary 1101001 1111101 1110101 10000 0 110 110011 10011100 1001 101101

Color Harmonies of #697D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697D75

Black with #697D75

Text Example


Text Example

White with #697D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,125,117); }

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

background-color css

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

 a { background-color: rgb(105,125,117); }

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

border-color css

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

 span { border-color: rgb(105,125,117); }

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