Html Css Color HEX #688678 Cutty Sark

📋 copy color: '#688678'

red 104 ◦ green 134 ◦ blue 120

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

Shades of Cutty Sark #688678

Tints of Cutty Sark #688678

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.43%

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

R = 29.05%
G = 37.43%
B = 33.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#688678 (or 0x688678) is known color: Cutty Sark. HEX triplet: 68, 86 and 78. RGB value is (104,134,120). Sum of RGB (Red+Green+Blue) = 104+134+120=358 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.05% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #688678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688678 is #977987. Grayscale: #7B7B7B. Windows color (decimal): -9927048 or 7898728. OLE color: 7898728.

HSL color Cylindrical-coordinate representation of color #688678: hue angle of 152º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688678 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 120 -
CMYK 0.22 0 0.10 0.47
HSL 152º 0.13% 0.47% -
HSV(B) 152º 0.22% 0.53% -
XYZ 17.62 21.35 20.96 -
YUV 123.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 104 134 120 0.22 0 0.10 0.47 152 0.13 0.47
Hex 68 86 78 16 0 A 2F 98 D 2F
Octal 150 206 170 26 0 12 57 230 15 57
Binary 1101000 10000110 1111000 10110 0 1010 101111 10011000 1101 101111

Color Harmonies of #688678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688678

Black with #688678

Text Example


Text Example

White with #688678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688678; }

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

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

background-color css

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

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

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

border-color css

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

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

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