Html Css Color HEX #698878 Cutty Sark

📋 copy color: '#698878'

red 105 ◦ green 136 ◦ blue 120

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

Shades of Cutty Sark #698878

Tints of Cutty Sark #698878

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

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

R = 29.09%
G = 37.67%
B = 33.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#698878 (or 0x698878) is known color: Cutty Sark. HEX triplet: 69, 88 and 78. RGB value is (105,136,120). Sum of RGB (Red+Green+Blue) = 105+136+120=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #698878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698878 is #967787. Grayscale: #7C7C7C. Windows color (decimal): -9861000 or 7899241. OLE color: 7899241.

HSL color Cylindrical-coordinate representation of color #698878: hue angle of 149.03º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #698878 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 105 136 120 -
CMYK 0.23 0 0.12 0.47
HSL 149.03º 0.13% 0.47% -
HSV(B) 149.03º 0.23% 0.53% -
XYZ 18.02 21.97 21.06 -
YUV 124.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 105 136 120 0.23 0 0.12 0.47 149.03 0.13 0.47
Hex 69 88 78 17 0 C 2F 95 D 2F
Octal 151 210 170 27 0 14 57 225 15 57
Binary 1101001 10001000 1111000 10111 0 1100 101111 10010101 1101 101111

Color Harmonies of #698878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698878

Black with #698878

Text Example


Text Example

White with #698878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698878; }

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

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

background-color css

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

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

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

border-color css

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

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

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