Html Css Color HEX #698978 Cutty Sark

📋 copy color: '#698978'

red 105 ◦ green 137 ◦ blue 120

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

Shades of Cutty Sark #698978

Tints of Cutty Sark #698978

RGB

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

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

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

R = 29.01%
G = 37.85%
B = 33.15%

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

#698978 (or 0x698978) is known color: Cutty Sark. HEX triplet: 69, 89 and 78. RGB value is (105,137,120). Sum of RGB (Red+Green+Blue) = 105+137+120=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #698978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698978 is #967687. Grayscale: #7D7D7D. Windows color (decimal): -9860744 or 7899497. OLE color: 7899497.

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

Color convert

RGB 105 137 120 -
CMYK 0.23 0 0.12 0.46
HSL 148.13º 0.13% 0.47% -
HSV(B) 148.13º 0.23% 0.54% -
XYZ 18.16 22.25 21.11 -
YUV 125.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 105 137 120 0.23 0 0.12 0.46 148.13 0.13 0.47
Hex 69 89 78 17 0 C 2E 94 D 2F
Octal 151 211 170 27 0 14 56 224 15 57
Binary 1101001 10001001 1111000 10111 0 1100 101110 10010100 1101 101111

Color Harmonies of #698978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698978

Black with #698978

Text Example


Text Example

White with #698978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698978; }

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

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

background-color css

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

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

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

border-color css

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

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

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