#66826C

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

Shades of Laurel #66826C

Tints of Laurel #66826C

Color information

#66826C (or 0x66826C) is unknown color: approx Laurel. HEX triplet: 66, 82 and 6C. RGB value is (102,130,108). Sum of RGB (Red+Green+Blue) = 102+130+108=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #66826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66826C is #997D93. Grayscale: #777777. Windows color (decimal): -10059156 or 7111270. OLE color: 7111270.

HSL color Cylindrical-coordinate representation of color #66826C: hue angle of 132.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66826C is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB102130108-
CMYK0.2200.170.49
HSL132.86º12.07%45.49%-
HSV(B)132.86º21.54%50.98%-
XYZ16.1719.8717.17-
YUV119.12121.72115.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=30%
G=38.24%
B=31.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021301080.2200.170.49132.8612.0745.49
Hex66826C160113185c2d
Octal14620215426021612051455
Binary110011010000010110110010110010001110001100001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66826C; }

 p { color: rgb(102,130,108); }

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

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

 a { background-color: rgb(102,130,108); }

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

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

 span { border-color: rgb(102,130,108); }

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