#669141

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

Shades of Dingley #669141

Tints of Dingley #669141

Color information

#669141 (or 0x669141) is unknown color: approx Dingley. HEX triplet: 66, 91 and 41. RGB value is (102,145,65). Sum of RGB (Red+Green+Blue) = 102+145+65=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #669141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669141 is #996EBE. Grayscale: #7B7B7B. Windows color (decimal): -10055359 or 4297062. OLE color: 4297062.

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

Color convert

RGB10214565-
CMYK0.3000.550.43
HSL92.25º38.1%41.18%-
HSV(B)92.25º55.17%56.86%-
XYZ16.5623.468.66-
YUV123.0295.25113-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.69%
GREEN value IS 145 (57.03% from 255) = 46.47%
BLUE value IS 65 (25.78% from 255) = 20.83%
R=32.69%
G=46.47%
B=20.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102145650.3000.550.4392.2538.141.18
Hex6691411E0372B5c2629
Octal14622110136067531344651
Binary11001101001000110000011111001101111010111011100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669141; }

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

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

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

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

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

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

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

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