#669144

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

Shades of Dingley #669144

Tints of Dingley #669144

Color information

#669144 (or 0x669144) is unknown color: approx Dingley. HEX triplet: 66, 91 and 44. RGB value is (102,145,68). Sum of RGB (Red+Green+Blue) = 102+145+68=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 145 - color contains mainly: green. Hex color #669144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669144 is #996EBB. Grayscale: #7B7B7B. Windows color (decimal): -10055356 or 4493670. OLE color: 4493670.

HSL color Cylindrical-coordinate representation of color #669144: hue angle of 93.51º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #669144 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB10214568-
CMYK0.3000.530.43
HSL93.51º36.15%41.76%-
HSV(B)93.51º53.1%56.86%-
XYZ16.6523.499.13-
YUV123.3696.75112.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 145 (57.03% from 255) = 46.03%
BLUE value IS 68 (26.95% from 255) = 21.59%
R=32.38%
G=46.03%
B=21.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102145680.3000.530.4393.5136.1541.76
Hex6691441E0352B5e242a
Octal14622110436065531364452
Binary11001101001000110001001111001101011010111011110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669144; }

 p { color: rgb(102,145,68); }

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

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

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

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

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

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

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