Html Css Color HEX #688278 Cutty Sark

📋 copy color: '#688278'

red 104 ◦ green 130 ◦ blue 120

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

Shades of Cutty Sark #688278

Tints of Cutty Sark #688278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

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

R = 29.38%
G = 36.72%
B = 33.9%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#688278 (or 0x688278) is known color: Cutty Sark. HEX triplet: 68, 82 and 78. RGB value is (104,130,120). Sum of RGB (Red+Green+Blue) = 104+130+120=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #688278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688278 is #977D87. Grayscale: #797979. Windows color (decimal): -9928072 or 7897704. OLE color: 7897704.

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

Color convert

RGB 104 130 120 -
CMYK 0.2 0 0.08 0.49
HSL 156.92º 0.11% 0.46% -
HSV(B) 156.92º 0.2% 0.51% -
XYZ 17.08 20.26 20.78 -
YUV 121.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 104 130 120 0.2 0 0.08 0.49 156.92 0.11 0.46
Hex 68 82 78 14 0 8 31 9D B 2E
Octal 150 202 170 24 0 10 61 235 13 56
Binary 1101000 10000010 1111000 10100 0 1000 110001 10011101 1011 101110

Color Harmonies of #688278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688278

Black with #688278

Text Example


Text Example

White with #688278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688278; }

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

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

background-color css

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

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

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

border-color css

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

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

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