#669066

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

Shades of Laurel #669066

Tints of Laurel #669066

Color information

#669066 (or 0x669066) is unknown color: approx Laurel. HEX triplet: 66, 90 and 66. RGB value is (102,144,102). Sum of RGB (Red+Green+Blue) = 102+144+102=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 144 - color contains mainly: green. Hex color #669066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669066 is #996F99. Grayscale: #7E7E7E. Windows color (decimal): -10055578 or 6721638. OLE color: 6721638.

HSL color Cylindrical-coordinate representation of color #669066: hue angle of 120º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #669066 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB102144102-
CMYK0.2900.290.44
HSL120º17.07%48.24%-
HSV(B)120º29.17%56.47%-
XYZ17.8523.7316.21-
YUV126.65114.09110.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 144 (56.64% from 255) = 41.38%
BLUE value IS 102 (40.23% from 255) = 29.31%
R=29.31%
G=41.38%
B=29.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021441020.2900.290.4412017.0748.24
Hex6690661D01D2C781130
Octal14622014635035541702160
Binary110011010010000110011011101011101101100111100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669066; }

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

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

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

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

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

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

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

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