#678168

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

Shades of Laurel #678168

Tints of Laurel #678168

Color information

#678168 (or 0x678168) is unknown color: approx Laurel. HEX triplet: 67, 81 and 68. RGB value is (103,129,104). Sum of RGB (Red+Green+Blue) = 103+129+104=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 129 - color contains mainly: green. Hex color #678168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678168 is #987E97. Grayscale: #767676. Windows color (decimal): -9993880 or 6848871. OLE color: 6848871.

HSL color Cylindrical-coordinate representation of color #678168: hue angle of 122.31º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #678168 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB103129104-
CMYK0.2000.190.49
HSL122.31º11.21%45.49%-
HSV(B)122.31º20.16%50.59%-
XYZ15.9419.5816.04-
YUV118.38119.89117.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.65%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=30.65%
G=38.39%
B=30.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031291040.2000.190.49122.3111.2145.49
Hex67816814013317ab2d
Octal14720115024023611721355
Binary11001111000000111010001010001001111000111110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678168; }

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

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

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

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

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

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

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

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