#678468

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

Shades of Laurel #678468

Tints of Laurel #678468

Color information

#678468 (or 0x678468) is unknown color: approx Laurel. HEX triplet: 67, 84 and 68. RGB value is (103,132,104). Sum of RGB (Red+Green+Blue) = 103+132+104=339 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.38% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #678468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678468 is #987B97. Grayscale: #787878. Windows color (decimal): -9993112 or 6849639. OLE color: 6849639.

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

Color convert

RGB103132104-
CMYK0.2200.210.48
HSL122.07º12.34%46.08%-
HSV(B)122.07º21.97%51.76%-
XYZ16.3420.3916.17-
YUV120.14118.89115.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.38%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=30.38%
G=38.94%
B=30.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031321040.2200.210.48122.0712.3446.08
Hex67846816015307ac2e
Octal14720415026025601721456
Binary11001111000010011010001011001010111000011110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678468; }

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

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

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

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

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

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

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

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