Html Css Color HEX #688276 Cutty Sark

📋 copy color: '#688276'

red 104 ◦ green 130 ◦ blue 118

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

Shades of Cutty Sark #688276

Tints of Cutty Sark #688276

RGB

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

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

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

R = 29.55%
G = 36.93%
B = 33.52%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#688276 (or 0x688276) is known color: Cutty Sark. HEX triplet: 68, 82 and 76. RGB value is (104,130,118). Sum of RGB (Red+Green+Blue) = 104+130+118=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #688276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688276 is #977D89. Grayscale: #787878. Windows color (decimal): -9928074 or 7766632. OLE color: 7766632.

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

Color convert

RGB 104 130 118 -
CMYK 0.2 0 0.09 0.49
HSL 152.31º 0.11% 0.46% -
HSV(B) 152.31º 0.2% 0.51% -
XYZ 16.96 20.22 20.15 -
YUV 120.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 104 130 118 0.2 0 0.09 0.49 152.31 0.11 0.46
Hex 68 82 76 14 0 9 31 98 B 2E
Octal 150 202 166 24 0 11 61 230 13 56
Binary 1101000 10000010 1110110 10100 0 1001 110001 10011000 1011 101110

Color Harmonies of #688276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688276

Black with #688276

Text Example


Text Example

White with #688276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688276; }

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

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

background-color css

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

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

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

border-color css

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

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

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