#668645

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

Shades of Dingley #668645

Tints of Dingley #668645

Color information

#668645 (or 0x668645) is unknown color: approx Dingley. HEX triplet: 66, 86 and 45. RGB value is (102,134,69). Sum of RGB (Red+Green+Blue) = 102+134+69=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #668645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668645 is #9979BA. Grayscale: #757575. Windows color (decimal): -10058171 or 4556390. OLE color: 4556390.

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

Color convert

RGB10213469-
CMYK0.2400.490.47
HSL89.54º32.02%39.8%-
HSV(B)89.54º48.51%52.55%-
XYZ15.0820.38.75-
YUV117.02100.9117.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 69 (27.34% from 255) = 22.62%
R=33.44%
G=43.93%
B=22.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134690.2400.490.4789.5432.0239.8
Hex668645180312F5a2028
Octal14620610530061571324050
Binary11001101000011010001011100001100011011111011010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668645; }

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

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

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

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

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

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

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

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