#678376

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

Shades of Cutty Sark #678376

Tints of Cutty Sark #678376

Color information

#678376 (or 0x678376) is unknown color: approx Cutty Sark. HEX triplet: 67, 83 and 76. RGB value is (103,131,118). Sum of RGB (Red+Green+Blue) = 103+131+118=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 131 - color contains mainly: green. Hex color #678376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678376 is #987C89. Grayscale: #797979. Windows color (decimal): -9993354 or 7766887. OLE color: 7766887.

HSL color Cylindrical-coordinate representation of color #678376: hue angle of 152.14º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678376 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB103131118-
CMYK0.2100.100.49
HSL152.14º11.97%45.88%-
HSV(B)152.14º21.37%51.37%-
XYZ16.9820.4220.19-
YUV121.15126.22115.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.26%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=29.26%
G=37.22%
B=33.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031311180.2100.100.49152.1411.9745.88
Hex678376150A3198c2e
Octal14720316625012612301456
Binary11001111000001111101101010101010110001100110001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678376; }

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

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

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

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

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

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

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

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