Html Css Color HEX #698178 Cutty Sark

📋 copy color: '#698178'

red 105 ◦ green 129 ◦ blue 120

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

Shades of Cutty Sark #698178

Tints of Cutty Sark #698178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.44%

 BLUE value IS 120 (47.27% from 255) = 33.9%

R = 29.66%
G = 36.44%
B = 33.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#698178 (or 0x698178) is known color: Cutty Sark. HEX triplet: 69, 81 and 78. RGB value is (105,129,120). Sum of RGB (Red+Green+Blue) = 105+129+120=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 129 - color contains mainly: green. Hex color #698178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698178 is #967E87. Grayscale: #787878. Windows color (decimal): -9862792 or 7897449. OLE color: 7897449.

HSL color Cylindrical-coordinate representation of color #698178: hue angle of 157.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #698178 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 129 120 -
CMYK 0.19 0 0.07 0.49
HSL 157.5º 0.1% 0.46% -
HSV(B) 157.5º 0.19% 0.51% -
XYZ 17.07 20.06 20.74 -
YUV 120.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 105 129 120 0.19 0 0.07 0.49 157.5 0.1 0.46
Hex 69 81 78 13 0 7 31 9E A 2E
Octal 151 201 170 23 0 7 61 236 12 56
Binary 1101001 10000001 1111000 10011 0 111 110001 10011110 1010 101110

Color Harmonies of #698178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698178

Black with #698178

Text Example


Text Example

White with #698178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698178; }

 p { color: rgb(105,129,120); }

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

background-color css

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

 a { background-color: rgb(105,129,120); }

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

border-color css

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

 span { border-color: rgb(105,129,120); }

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