#688276

Color #688276 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #688276

Tints of Cutty Sark #688276

Color information

#688276 (or 0x688276) is unknown color: approx 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

RGB104130118-
CMYK0.200.090.49
HSL152.31º11.11%45.88%-
HSV(B)152.31º20%50.98%-
XYZ16.9620.2220.15-
YUV120.86126.39115.98-

RGB Variations

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

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 (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041301180.200.090.49152.3111.1145.88
Hex68827614093198b2e
Octal15020216624011612301356
Binary11010001000001011101101010001001110001100110001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>