#668249

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

Shades of Dingley #668249

Tints of Dingley #668249

Color information

#668249 (or 0x668249) is unknown color: approx Dingley. HEX triplet: 66, 82 and 49. RGB value is (102,130,73). Sum of RGB (Red+Green+Blue) = 102+130+73=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #668249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668249 is #997DB6. Grayscale: #737373. Windows color (decimal): -10059191 or 4817510. OLE color: 4817510.

HSL color Cylindrical-coordinate representation of color #668249: hue angle of 89.47º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #668249 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB10213073-
CMYK0.2200.440.49
HSL89.47º28.08%39.8%-
HSV(B)89.47º43.85%50.98%-
XYZ14.6619.279.25-
YUV115.13104.22118.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 73 (28.91% from 255) = 23.93%
R=33.44%
G=42.62%
B=23.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102130730.2200.440.4989.4728.0839.8
Hex6682491602C31591c28
Octal14620211126054611313450
Binary1100110100000101001001101100101100110001101100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668249; }

 p { color: rgb(102,130,73); }

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

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

 a { background-color: rgb(102,130,73); }

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

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

 span { border-color: rgb(102,130,73); }

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