#668643

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

Shades of Dingley #668643

Tints of Dingley #668643

Color information

#668643 (or 0x668643) is unknown color: approx Dingley. HEX triplet: 66, 86 and 43. RGB value is (102,134,67). Sum of RGB (Red+Green+Blue) = 102+134+67=303 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.66% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #668643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668643 is #9979BC. Grayscale: #757575. Windows color (decimal): -10058173 or 4425318. OLE color: 4425318.

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

Color convert

RGB10213467-
CMYK0.2400.50.47
HSL88.66º33.33%39.41%-
HSV(B)88.66º50%52.55%-
XYZ15.0220.288.43-
YUV116.7999.9117.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.66%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 67 (26.56% from 255) = 22.11%
R=33.66%
G=44.22%
B=22.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal102134670.2400.50.4788.6633.3339.41
Hex668643180322F592127
Octal14620610330062571314147
Binary11001101000011010000111100001100101011111011001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668643; }

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

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

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

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

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

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

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

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