#677568

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

Shades of Laurel #677568

Tints of Laurel #677568

Color information

#677568 (or 0x677568) is unknown color: approx Laurel. HEX triplet: 67, 75 and 68. RGB value is (103,117,104). Sum of RGB (Red+Green+Blue) = 103+117+104=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #677568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677568 is #988A97. Grayscale: #6F6F6F. Windows color (decimal): -9996952 or 6845799. OLE color: 6845799.

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

Color convert

RGB103117104-
CMYK0.1200.110.54
HSL124.29º6.36%43.14%-
HSV(B)124.29º11.97%45.88%-
XYZ14.4516.6115.54-
YUV111.33123.86122.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.79%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 104 (41.02% from 255) = 32.10%
R=31.79%
G=36.11%
B=32.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031171040.1200.110.54124.296.3643.14
Hex677568C0B367c62b
Octal1471651501401366174653
Binary1100111111010111010001100010111101101111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677568; }

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

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

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

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

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

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

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

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