Html Css Color HEX #698377 Cutty Sark

📋 copy color: '#698377'

red 105 ◦ green 131 ◦ blue 119

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

Shades of Cutty Sark #698377

Tints of Cutty Sark #698377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.9%

 BLUE value IS 119 (46.88% from 255) = 33.52%

R = 29.58%
G = 36.9%
B = 33.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#698377 (or 0x698377) is known color: Cutty Sark. HEX triplet: 69, 83 and 77. RGB value is (105,131,119). Sum of RGB (Red+Green+Blue) = 105+131+119=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 119 (46.88% from 255 or 33.52% from 355); Max value from RGB is 131 - color contains mainly: green. Hex color #698377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698377 is #967C88. Grayscale: #797979. Windows color (decimal): -9862281 or 7832425. OLE color: 7832425.

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

Color convert

RGB 105 131 119 -
CMYK 0.20 0 0.09 0.49
HSL 152.31º 0.11% 0.46% -
HSV(B) 152.31º 0.2% 0.51% -
XYZ 17.27 20.57 20.51 -
YUV 121.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 105 131 119 0.20 0 0.09 0.49 152.31 0.11 0.46
Hex 69 83 77 14 0 9 31 98 B 2E
Octal 151 203 167 24 0 11 61 230 13 56
Binary 1101001 10000011 1110111 10100 0 1001 110001 10011000 1011 101110

Color Harmonies of #698377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698377

Black with #698377

Text Example


Text Example

White with #698377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698377; }

 p { color: rgb(105,131,119); }

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

background-color css

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

 a { background-color: rgb(105,131,119); }

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

border-color css

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

 span { border-color: rgb(105,131,119); }

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