#668568

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

Shades of Laurel #668568

Tints of Laurel #668568

Color information

#668568 (or 0x668568) is unknown color: approx Laurel. HEX triplet: 66, 85 and 68. RGB value is (102,133,104). Sum of RGB (Red+Green+Blue) = 102+133+104=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #668568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668568 is #997A97. Grayscale: #787878. Windows color (decimal): -10058392 or 6849894. OLE color: 6849894.

HSL color Cylindrical-coordinate representation of color #668568: hue angle of 123.87º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668568 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB102133104-
CMYK0.2300.220.48
HSL123.87º13.19%46.08%-
HSV(B)123.87º23.31%52.16%-
XYZ16.3720.616.21-
YUV120.42118.73114.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=30.09%
G=39.23%
B=30.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021331040.2300.220.48123.8713.1946.08
Hex66856817016307cd2e
Octal14620515027026601741556
Binary11001101000010111010001011101011011000011111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668568; }

 p { color: rgb(102,133,104); }

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

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

 a { background-color: rgb(102,133,104); }

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

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

 span { border-color: rgb(102,133,104); }

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