#668940

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

Shades of Dingley #668940

Tints of Dingley #668940

Color information

#668940 (or 0x668940) is unknown color: approx Dingley. HEX triplet: 66, 89 and 40. RGB value is (102,137,64). Sum of RGB (Red+Green+Blue) = 102+137+64=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 137 - color contains mainly: green. Hex color #668940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668940 is #9976BF. Grayscale: #767676. Windows color (decimal): -10057408 or 4229478. OLE color: 4229478.

HSL color Cylindrical-coordinate representation of color #668940: hue angle of 88.77º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #668940 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB10213764-
CMYK0.2600.530.46
HSL88.77º36.32%39.41%-
HSV(B)88.77º53.28%53.73%-
XYZ15.3521.098.11-
YUV118.2197.4116.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 137 (53.91% from 255) = 45.21%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=33.66%
G=45.21%
B=21.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102137640.2600.530.4688.7736.3239.41
Hex6689401A0352E592427
Octal14621110032065561314447
Binary11001101000100110000001101001101011011101011001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668940; }

 p { color: rgb(102,137,64); }

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

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

 a { background-color: rgb(102,137,64); }

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

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

 span { border-color: rgb(102,137,64); }

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