Html Css Color HEX #688376 Cutty Sark

📋 copy color: '#688376'

red 104 ◦ green 131 ◦ blue 118

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

Shades of Cutty Sark #688376

Tints of Cutty Sark #688376

RGB

 RED value IS 104 (41.02% from 255) = 29.46%

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

 BLUE value IS 118 (46.48% from 255) = 33.43%

R = 29.46%
G = 37.11%
B = 33.43%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#688376 (or 0x688376) is known color: Cutty Sark. HEX triplet: 68, 83 and 76. RGB value is (104,131,118). Sum of RGB (Red+Green+Blue) = 104+131+118=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 131 - color contains mainly: green. Hex color #688376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688376 is #977C89. Grayscale: #797979. Windows color (decimal): -9927818 or 7766888. OLE color: 7766888.

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

Color convert

RGB 104 131 118 -
CMYK 0.21 0 0.10 0.49
HSL 151.11º 0.11% 0.46% -
HSV(B) 151.11º 0.21% 0.51% -
XYZ 17.1 20.48 20.19 -
YUV 121.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 104 131 118 0.21 0 0.10 0.49 151.11 0.11 0.46
Hex 68 83 76 15 0 A 31 97 B 2E
Octal 150 203 166 25 0 12 61 227 13 56
Binary 1101000 10000011 1110110 10101 0 1010 110001 10010111 1011 101110

Color Harmonies of #688376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688376

Black with #688376

Text Example


Text Example

White with #688376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688376; }

 p { color: rgb(104,131,118); }

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

background-color css

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

 a { background-color: rgb(104,131,118); }

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

border-color css

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

 span { border-color: rgb(104,131,118); }

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