Html Css Color HEX #698979 Cutty Sark

📋 copy color: '#698979'

red 105 ◦ green 137 ◦ blue 121

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

Shades of Cutty Sark #698979

Tints of Cutty Sark #698979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 121 (47.66% from 255) = 33.33%

R = 28.93%
G = 37.74%
B = 33.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#698979 (or 0x698979) is known color: Cutty Sark. HEX triplet: 69, 89 and 79. RGB value is (105,137,121). Sum of RGB (Red+Green+Blue) = 105+137+121=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 137 - color contains mainly: green. Hex color #698979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698979 is #967686. Grayscale: #7D7D7D. Windows color (decimal): -9860743 or 7965033. OLE color: 7965033.

HSL color Cylindrical-coordinate representation of color #698979: hue angle of 150º 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 #698979 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 137 121 -
CMYK 0.23 0 0.12 0.46
HSL 150º 0.13% 0.47% -
HSV(B) 150º 0.23% 0.54% -
XYZ 18.22 22.28 21.43 -
YUV 125.61 125.4 113.3 -
System Red Green Blue C M Y K H S L
Decimal 105 137 121 0.23 0 0.12 0.46 150 0.13 0.47
Hex 69 89 79 17 0 C 2E 96 D 2F
Octal 151 211 171 27 0 14 56 226 15 57
Binary 1101001 10001001 1111001 10111 0 1100 101110 10010110 1101 101111

Color Harmonies of #698979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698979

Black with #698979

Text Example


Text Example

White with #698979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698979; }

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

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

background-color css

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

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

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

border-color css

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

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

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