#668848

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

Shades of Dingley #668848

Tints of Dingley #668848

Color information

#668848 (or 0x668848) is unknown color: approx Dingley. HEX triplet: 66, 88 and 48. RGB value is (102,136,72). Sum of RGB (Red+Green+Blue) = 102+136+72=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #668848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668848 is #9977B7. Grayscale: #767676. Windows color (decimal): -10057656 or 4753510. OLE color: 4753510.

HSL color Cylindrical-coordinate representation of color #668848: hue angle of 91.88º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #668848 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB10213672-
CMYK0.2500.470.47
HSL91.88º30.77%40.78%-
HSV(B)91.88º47.06%53.33%-
XYZ15.4520.99.35-
YUV118.54101.74116.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.90%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 72 (28.52% from 255) = 23.23%
R=32.90%
G=43.87%
B=23.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102136720.2500.470.4791.8830.7740.78
Hex6688481902F2F5c1f29
Octal14621011031057571343751
Binary1100110100010001001000110010101111101111101110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668848; }

 p { color: rgb(102,136,72); }

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

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

 a { background-color: rgb(102,136,72); }

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

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

 span { border-color: rgb(102,136,72); }

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