#677668

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

Shades of Laurel #677668

Tints of Laurel #677668

Color information

#677668 (or 0x677668) is unknown color: approx Laurel. HEX triplet: 67, 76 and 68. RGB value is (103,118,104). Sum of RGB (Red+Green+Blue) = 103+118+104=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #677668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677668 is #988997. Grayscale: #6F6F6F. Windows color (decimal): -9996696 or 6846055. OLE color: 6846055.

HSL color Cylindrical-coordinate representation of color #677668: hue angle of 124º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #677668 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB103118104-
CMYK0.1300.120.54
HSL124º6.79%43.33%-
HSV(B)124º12.71%46.27%-
XYZ14.5716.8415.58-
YUV111.92123.53121.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.69%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 104 (41.02% from 255) = 32%
R=31.69%
G=36.31%
B=32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031181040.1300.120.541246.7943.33
Hex677668D0C367c72b
Octal1471661501501466174753
Binary1100111111011011010001101011001101101111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677668; }

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

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

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

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

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

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

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

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