Html Css Color HEX #698579 Cutty Sark

📋 copy color: '#698579'

red 105 ◦ green 133 ◦ blue 121

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

Shades of Cutty Sark #698579

Tints of Cutty Sark #698579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.05%

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

R = 29.25%
G = 37.05%
B = 33.7%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#698579 (or 0x698579) is known color: Cutty Sark. HEX triplet: 69, 85 and 79. RGB value is (105,133,121). Sum of RGB (Red+Green+Blue) = 105+133+121=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #698579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698579 is #967A86. Grayscale: #7B7B7B. Windows color (decimal): -9861767 or 7964009. OLE color: 7964009.

HSL color Cylindrical-coordinate representation of color #698579: hue angle of 154.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698579 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 133 121 -
CMYK 0.21 0 0.09 0.48
HSL 154.29º 0.12% 0.47% -
HSV(B) 154.29º 0.21% 0.52% -
XYZ 17.66 21.16 21.24 -
YUV 123.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 105 133 121 0.21 0 0.09 0.48 154.29 0.12 0.47
Hex 69 85 79 15 0 9 30 9A C 2F
Octal 151 205 171 25 0 11 60 232 14 57
Binary 1101001 10000101 1111001 10101 0 1001 110000 10011010 1100 101111

Color Harmonies of #698579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698579

Black with #698579

Text Example


Text Example

White with #698579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698579; }

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

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

background-color css

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

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

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

border-color css

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

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

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