#668642

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

Shades of Dingley #668642

Tints of Dingley #668642

Color information

#668642 (or 0x668642) is unknown color: approx Dingley. HEX triplet: 66, 86 and 42. RGB value is (102,134,66). Sum of RGB (Red+Green+Blue) = 102+134+66=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #668642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668642 is #9979BD. Grayscale: #747474. Windows color (decimal): -10058174 or 4359782. OLE color: 4359782.

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

Color convert

RGB10213466-
CMYK0.2400.510.47
HSL88.24º34%39.22%-
HSV(B)88.24º50.75%52.55%-
XYZ14.9920.278.28-
YUV116.6899.4117.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.77%
GREEN value IS 134 (52.73% from 255) = 44.37%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=33.77%
G=44.37%
B=21.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134660.2400.510.4788.243439.22
Hex668642180332F582227
Octal14620610230063571304247
Binary11001101000011010000101100001100111011111011000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668642; }

 p { color: rgb(102,134,66); }

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

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

 a { background-color: rgb(102,134,66); }

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

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

 span { border-color: rgb(102,134,66); }

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