#678678

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

Shades of Cutty Sark #678678

Tints of Cutty Sark #678678

Color information

#678678 (or 0x678678) is unknown color: approx Cutty Sark. HEX triplet: 67, 86 and 78. RGB value is (103,134,120). Sum of RGB (Red+Green+Blue) = 103+134+120=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #678678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678678 is #987987. Grayscale: #7B7B7B. Windows color (decimal): -9992584 or 7898727. OLE color: 7898727.

HSL color Cylindrical-coordinate representation of color #678678: hue angle of 152.9º 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 #678678 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB103134120-
CMYK0.2300.100.47
HSL152.9º13.08%46.47%-
HSV(B)152.9º23.13%52.55%-
XYZ17.5121.2920.96-
YUV123.14126.23113.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.85%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=28.85%
G=37.54%
B=33.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031341200.2300.100.47152.913.0846.47
Hex678678170A2F99d2e
Octal14720617027012572311556
Binary11001111000011011110001011101010101111100110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678678; }

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

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

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

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

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

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

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

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