#668941

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

Shades of Dingley #668941

Tints of Dingley #668941

Color information

#668941 (or 0x668941) is unknown color: approx Dingley. HEX triplet: 66, 89 and 41. RGB value is (102,137,65). Sum of RGB (Red+Green+Blue) = 102+137+65=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #668941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668941 is #9976BE. Grayscale: #767676. Windows color (decimal): -10057407 or 4295014. OLE color: 4295014.

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

Color convert

RGB10213765-
CMYK0.2600.530.46
HSL89.17º35.64%39.61%-
HSV(B)89.17º52.55%53.73%-
XYZ15.3821.18.26-
YUV118.3397.9116.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.55%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 65 (25.78% from 255) = 21.38%
R=33.55%
G=45.07%
B=21.38%

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
Decimal102137650.2600.530.4689.1735.6439.61
Hex6689411A0352E592428
Octal14621110132065561314450
Binary11001101000100110000011101001101011011101011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668941; }

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

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

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

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

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

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

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

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