#669966

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

Shades of Laurel #669966

Tints of Laurel #669966

Color information

#669966 (or 0x669966) is unknown color: approx Laurel. HEX triplet: 66, 99 and 66. RGB value is (102,153,102). Sum of RGB (Red+Green+Blue) = 102+153+102=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #669966 is a web safe color. Inversed color of #669966 is #996699. Grayscale: #848484. Windows color (decimal): -10053274 or 6723942. OLE color: 6723942.

HSL color Cylindrical-coordinate representation of color #669966: hue angle of 120º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #669966 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB102153102-
CMYK0.3300.330.4
HSL120º20%50%-
HSV(B)120º33.33%60%-
XYZ19.2726.5716.68-
YUV131.94111.1106.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=28.57%
G=42.86%
B=28.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021531020.3300.330.41202050
Hex6699662102128781432
Octal14623114641041501702462
Binary11001101001100111001101000010100001101000111100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669966; }

 p { color: rgb(102,153,102); }

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

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

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

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

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

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

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