#668740

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

Shades of Dingley #668740

Tints of Dingley #668740

Color information

#668740 (or 0x668740) is unknown color: approx Dingley. HEX triplet: 66, 87 and 40. RGB value is (102,135,64). Sum of RGB (Red+Green+Blue) = 102+135+64=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #668740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668740 is #9978BF. Grayscale: #757575. Windows color (decimal): -10057920 or 4228966. OLE color: 4228966.

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

Color convert

RGB10213564-
CMYK0.2400.530.47
HSL87.89º35.68%39.02%-
HSV(B)87.89º52.59%52.94%-
XYZ15.0720.528.02-
YUV117.0498.07117.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.89%
GREEN value IS 135 (53.12% from 255) = 44.85%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=33.89%
G=44.85%
B=21.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102135640.2400.530.4787.8935.6839.02
Hex668740180352F582427
Octal14620710030065571304447
Binary11001101000011110000001100001101011011111011000100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668740; }

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

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

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

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

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

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

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

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