#678676

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

Shades of Cutty Sark #678676

Tints of Cutty Sark #678676

Color information

#678676 (or 0x678676) is unknown color: approx Cutty Sark. HEX triplet: 67, 86 and 76. RGB value is (103,134,118). Sum of RGB (Red+Green+Blue) = 103+134+118=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 118 (46.48% from 255 or 33.24% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #678676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678676 is #987989. Grayscale: #7A7A7A. Windows color (decimal): -9992586 or 7767655. OLE color: 7767655.

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

Color convert

RGB103134118-
CMYK0.2300.120.47
HSL149.03º13.08%46.47%-
HSV(B)149.03º23.13%52.55%-
XYZ17.3921.2420.32-
YUV122.91125.23113.8-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.01%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 118 (46.48% from 255) = 33.24%
R=29.01%
G=37.75%
B=33.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031341180.2300.120.47149.0313.0846.47
Hex678676170C2F95d2e
Octal14720616627014572251556
Binary11001111000011011101101011101100101111100101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678676; }

 p { color: rgb(103,134,118); }

 H1.HeaderClassName
 {
   color: #678676;
 }
 .AnyTagClassName
 {
   color: #678676;
 }
</style>
background-color css

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

 a { background-color: rgb(103,134,118); }

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

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

 span { border-color: rgb(103,134,118); }

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