#669140

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

Shades of Dingley #669140

Tints of Dingley #669140

Color information

#669140 (or 0x669140) is unknown color: approx Dingley. HEX triplet: 66, 91 and 40. RGB value is (102,145,64). Sum of RGB (Red+Green+Blue) = 102+145+64=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #669140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669140 is #996EBF. Grayscale: #7B7B7B. Windows color (decimal): -10055360 or 4231526. OLE color: 4231526.

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

Color convert

RGB10214564-
CMYK0.3000.560.43
HSL91.85º38.76%40.98%-
HSV(B)91.85º55.86%56.86%-
XYZ16.5323.458.5-
YUV122.9194.75113.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=32.80%
G=46.62%
B=20.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102145640.3000.560.4391.8538.7640.98
Hex6691401E0382B5c2729
Octal14622110036070531344751
Binary11001101001000110000001111001110001010111011100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669140; }

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

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

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

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

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

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

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

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