#66826B

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

Shades of Laurel #66826B

Tints of Laurel #66826B

Color information

#66826B (or 0x66826B) is unknown color: approx Laurel. HEX triplet: 66, 82 and 6B. RGB value is (102,130,107). Sum of RGB (Red+Green+Blue) = 102+130+107=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #66826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66826B is #997D94. Grayscale: #777777. Windows color (decimal): -10059157 or 7045734. OLE color: 7045734.

HSL color Cylindrical-coordinate representation of color #66826B: hue angle of 130.71º 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 #66826B is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB102130107-
CMYK0.2200.180.49
HSL130.71º12.07%45.49%-
HSV(B)130.71º21.54%50.98%-
XYZ16.1219.8516.89-
YUV119.01121.22115.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=30.09%
G=38.35%
B=31.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021301070.2200.180.49130.7112.0745.49
Hex66826B160123183c2d
Octal14620215326022612031455
Binary110011010000010110101110110010010110001100000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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