#669441

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

Shades of Dingley #669441

Tints of Dingley #669441

Color information

#669441 (or 0x669441) is unknown color: approx Dingley. HEX triplet: 66, 94 and 41. RGB value is (102,148,65). Sum of RGB (Red+Green+Blue) = 102+148+65=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #669441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669441 is #996BBE. Grayscale: #7D7D7D. Windows color (decimal): -10054591 or 4297830. OLE color: 4297830.

HSL color Cylindrical-coordinate representation of color #669441: hue angle of 93.25º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669441 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB10214865-
CMYK0.3100.560.42
HSL93.25º38.97%41.76%-
HSV(B)93.25º56.08%58.04%-
XYZ17.0224.398.81-
YUV124.7894.26111.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 148 (58.20% from 255) = 46.98%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=32.38%
G=46.98%
B=20.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102148650.3100.560.4293.2538.9741.76
Hex6694411F0382A5d272a
Octal14622410137070521354752
Binary11001101001010010000011111101110001010101011101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669441; }

 p { color: rgb(102,148,65); }

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

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

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

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

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

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

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