Html Css Color HEX #688378 Cutty Sark

📋 copy color: '#688378'

red 104 ◦ green 131 ◦ blue 120

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

Shades of Cutty Sark #688378

Tints of Cutty Sark #688378

RGB

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

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

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

R = 29.3%
G = 36.9%
B = 33.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#688378 (or 0x688378) is known color: Cutty Sark. HEX triplet: 68, 83 and 78. RGB value is (104,131,120). Sum of RGB (Red+Green+Blue) = 104+131+120=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 131 - color contains mainly: green. Hex color #688378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688378 is #977C87. Grayscale: #797979. Windows color (decimal): -9927816 or 7897960. OLE color: 7897960.

HSL color Cylindrical-coordinate representation of color #688378: hue angle of 155.56º 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 #688378 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 131 120 -
CMYK 0.21 0 0.08 0.49
HSL 155.56º 0.11% 0.46% -
HSV(B) 155.56º 0.21% 0.51% -
XYZ 17.22 20.53 20.82 -
YUV 121.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 104 131 120 0.21 0 0.08 0.49 155.56 0.11 0.46
Hex 68 83 78 15 0 8 31 9C B 2E
Octal 150 203 170 25 0 10 61 234 13 56
Binary 1101000 10000011 1111000 10101 0 1000 110001 10011100 1011 101110

Color Harmonies of #688378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688378

Black with #688378

Text Example


Text Example

White with #688378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688378; }

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

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

background-color css

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

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

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

border-color css

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

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

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