#669142

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

Shades of Dingley #669142

Tints of Dingley #669142

Color information

#669142 (or 0x669142) is unknown color: approx Dingley. HEX triplet: 66, 91 and 42. RGB value is (102,145,66). Sum of RGB (Red+Green+Blue) = 102+145+66=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #669142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669142 is #996EBD. Grayscale: #7B7B7B. Windows color (decimal): -10055358 or 4362598. OLE color: 4362598.

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

Color convert

RGB10214566-
CMYK0.3000.540.43
HSL92.66º37.44%41.37%-
HSV(B)92.66º54.48%56.86%-
XYZ16.5923.478.81-
YUV123.1495.75112.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 145 (57.03% from 255) = 46.33%
BLUE value IS 66 (26.17% from 255) = 21.09%
R=32.59%
G=46.33%
B=21.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102145660.3000.540.4392.6637.4441.37
Hex6691421E0362B5d2529
Octal14622110236066531354551
Binary11001101001000110000101111001101101010111011101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669142; }

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

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

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

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

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

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

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

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