#668143

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

Shades of Dingley #668143

Tints of Dingley #668143

Color information

#668143 (or 0x668143) is unknown color: approx Dingley. HEX triplet: 66, 81 and 43. RGB value is (102,129,67). Sum of RGB (Red+Green+Blue) = 102+129+67=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #668143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668143 is #997EBC. Grayscale: #727272. Windows color (decimal): -10059453 or 4424038. OLE color: 4424038.

HSL color Cylindrical-coordinate representation of color #668143: hue angle of 86.13º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #668143 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB10212967-
CMYK0.2100.480.49
HSL86.13º31.63%38.43%-
HSV(B)86.13º48.06%50.59%-
XYZ14.3418.938.21-
YUV113.86101.55119.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.23%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 67 (26.56% from 255) = 22.48%
R=34.23%
G=43.29%
B=22.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102129670.2100.480.4986.1331.6338.43
Hex6681431503031562026
Octal14620110325060611264046
Binary11001101000000110000111010101100001100011010110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668143; }

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

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

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

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

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

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

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

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