#678476

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

Shades of Cutty Sark #678476

Tints of Cutty Sark #678476

Color information

#678476 (or 0x678476) is unknown color: approx Cutty Sark. HEX triplet: 67, 84 and 76. RGB value is (103,132,118). Sum of RGB (Red+Green+Blue) = 103+132+118=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #678476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678476 is #987B89. Grayscale: #797979. Windows color (decimal): -9993098 or 7767143. OLE color: 7767143.

HSL color Cylindrical-coordinate representation of color #678476: hue angle of 151.03º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #678476 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB103132118-
CMYK0.2200.110.48
HSL151.03º12.34%46.08%-
HSV(B)151.03º21.97%51.76%-
XYZ17.1120.6920.23-
YUV121.73125.89114.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.18%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=29.18%
G=37.39%
B=33.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031321180.2200.110.48151.0312.3446.08
Hex678476160B3097c2e
Octal14720416626013602271456
Binary11001111000010011101101011001011110000100101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678476; }

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

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

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

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

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

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

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

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