#678668

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

Shades of Laurel #678668

Tints of Laurel #678668

Color information

#678668 (or 0x678668) is unknown color: approx Laurel. HEX triplet: 67, 86 and 68. RGB value is (103,134,104). Sum of RGB (Red+Green+Blue) = 103+134+104=341 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.21% from 341); Green value is 134 (52.73% from 255 or 39.30% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 134 - color contains mainly: green. Hex color #678668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678668 is #987997. Grayscale: #797979. Windows color (decimal): -9992600 or 6850151. OLE color: 6850151.

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

Color convert

RGB103134104-
CMYK0.2300.220.47
HSL121.94º13.08%46.47%-
HSV(B)121.94º23.13%52.55%-
XYZ16.6220.9316.26-
YUV121.31118.23114.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.21%
GREEN value IS 134 (52.73% from 255) = 39.30%
BLUE value IS 104 (41.02% from 255) = 30.50%
R=30.21%
G=39.30%
B=30.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031341040.2300.220.47121.9413.0846.47
Hex678668170162F7ad2e
Octal14720615027026571721556
Binary11001111000011011010001011101011010111111110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678668; }

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

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

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

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

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

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

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

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