#668043

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

Shades of Dingley #668043

Tints of Dingley #668043

Color information

#668043 (or 0x668043) is unknown color: approx Dingley. HEX triplet: 66, 80 and 43. RGB value is (102,128,67). Sum of RGB (Red+Green+Blue) = 102+128+67=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #668043 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668043 is #997FBC. Grayscale: #717171. Windows color (decimal): -10059709 or 4423782. OLE color: 4423782.

HSL color Cylindrical-coordinate representation of color #668043: hue angle of 85.57º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668043 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB10212867-
CMYK0.2000.480.50
HSL85.57º31.28%38.24%-
HSV(B)85.57º47.66%50.2%-
XYZ14.2118.678.16-
YUV113.27101.89119.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 67 (26.56% from 255) = 22.56%
R=34.34%
G=43.10%
B=22.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102128670.2000.480.5085.5731.2838.24
Hex6680431403032561f26
Octal14620010324060621263746
Binary1100110100000001000011101000110000110010101011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668043; }

 p { color: rgb(102,128,67); }

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

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

 a { background-color: rgb(102,128,67); }

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

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

 span { border-color: rgb(102,128,67); }

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