Html Css Color HEX #698479 Cutty Sark

📋 copy color: '#698479'

red 105 ◦ green 132 ◦ blue 121

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

Shades of Cutty Sark #698479

Tints of Cutty Sark #698479

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.87%

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

R = 29.33%
G = 36.87%
B = 33.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#698479 (or 0x698479) is known color: Cutty Sark. HEX triplet: 69, 84 and 79. RGB value is (105,132,121). Sum of RGB (Red+Green+Blue) = 105+132+121=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #698479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698479 is #967B86. Grayscale: #7A7A7A. Windows color (decimal): -9862023 or 7963753. OLE color: 7963753.

HSL color Cylindrical-coordinate representation of color #698479: hue angle of 155.56º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698479 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 121 -
CMYK 0.20 0 0.08 0.48
HSL 155.56º 0.11% 0.46% -
HSV(B) 155.56º 0.2% 0.52% -
XYZ 17.53 20.89 21.2 -
YUV 122.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 105 132 121 0.20 0 0.08 0.48 155.56 0.11 0.46
Hex 69 84 79 14 0 8 30 9C B 2E
Octal 151 204 171 24 0 10 60 234 13 56
Binary 1101001 10000100 1111001 10100 0 1000 110000 10011100 1011 101110

Color Harmonies of #698479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698479

Black with #698479

Text Example


Text Example

White with #698479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698479; }

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

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

background-color css

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

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

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

border-color css

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

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

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