#668B45

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

Shades of Dingley #668B45

Tints of Dingley #668B45

Color information

#668B45 (or 0x668B45) is unknown color: approx Dingley. HEX triplet: 66, 8B and 45. RGB value is (102,139,69). Sum of RGB (Red+Green+Blue) = 102+139+69=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #668B45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668B45 is #9974BA. Grayscale: #787878. Windows color (decimal): -10056891 or 4557670. OLE color: 4557670.

HSL color Cylindrical-coordinate representation of color #668B45: hue angle of 91.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668B45 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB10213969-
CMYK0.2700.500.45
HSL91.71º33.65%40.78%-
HSV(B)91.71º50.36%54.51%-
XYZ15.7921.728.99-
YUV119.9699.24115.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.90%
GREEN value IS 139 (54.69% from 255) = 44.84%
BLUE value IS 69 (27.34% from 255) = 22.26%
R=32.90%
G=44.84%
B=22.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal102139690.2700.500.4591.7133.6540.78
Hex668B451B0322D5c2229
Octal14621310533062551344251
Binary11001101000101110001011101101100101011011011100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668B45; }

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

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

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

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

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

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

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

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