#669245

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

Shades of Dingley #669245

Tints of Dingley #669245

Color information

#669245 (or 0x669245) is unknown color: approx Dingley. HEX triplet: 66, 92 and 45. RGB value is (102,146,69). Sum of RGB (Red+Green+Blue) = 102+146+69=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #669245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669245 is #996DBA. Grayscale: #7C7C7C. Windows color (decimal): -10055099 or 4559462. OLE color: 4559462.

HSL color Cylindrical-coordinate representation of color #669245: hue angle of 94.29º 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 #669245 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.

Color convert

RGB10214669-
CMYK0.3000.530.43
HSL94.29º35.81%42.16%-
HSV(B)94.29º52.74%57.25%-
XYZ16.8323.819.34-
YUV124.0796.92112.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=32.18%
G=46.06%
B=21.77%

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
Decimal102146690.3000.530.4394.2935.8142.16
Hex6692451E0352B5e242a
Octal14622210536065531364452
Binary11001101001001010001011111001101011010111011110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669245; }

 p { color: rgb(102,146,69); }

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

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

 a { background-color: rgb(102,146,69); }

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

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

 span { border-color: rgb(102,146,69); }

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