#668668

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

Shades of Laurel #668668

Tints of Laurel #668668

Color information

#668668 (or 0x668668) is unknown color: approx Laurel. HEX triplet: 66, 86 and 68. RGB value is (102,134,104). Sum of RGB (Red+Green+Blue) = 102+134+104=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 134 - color contains mainly: green. Hex color #668668 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668668 is #997997. Grayscale: #797979. Windows color (decimal): -10058136 or 6850150. OLE color: 6850150.

HSL color Cylindrical-coordinate representation of color #668668: hue angle of 123.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #668668 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB102134104-
CMYK0.2400.220.47
HSL123.75º13.56%46.27%-
HSV(B)123.75º23.88%52.55%-
XYZ16.520.8716.26-
YUV121.01118.4114.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 134 (52.73% from 255) = 39.41%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=30%
G=39.41%
B=30.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021341040.2400.220.47123.7513.5646.27
Hex668668180162F7ce2e
Octal14620615030026571741656
Binary11001101000011011010001100001011010111111111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668668; }

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

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

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

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

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

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

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

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